Color Hex Logo

#c13baf Color Hex

#C13BAF
(193,59,175)
0 Favorites   0 Comments

Color spaces of #c13baf

RGB 19359175
HSL0.860.530.49
HSV308°69°76°
CMYK 0.000.690.09   0.24
XYZ31.294117.560542.2976
Yxy17.56050.34330.1927
Hunter Lab41.905359.9665-30.5114
CIE-Lab48.958665.2646-33.9337

#c13baf color RGB value is (193,59,175).

#c13baf hex color red value is 193, green value is 59 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c13baf hue: 0.86 , saturation: 0.53 and the lightness value of c13baf is 0.49.

The process color (four color CMYK) of #c13baf color hex is 0.00, 0.69, 0.09, 0.24. Web safe color of #c13baf is #cc3399. Color #c13baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00111011 10101111
Octal 301 73 257
Decimal 193 59 175
Hex C1 3B AF

RGB Percentages of Color #c13baf

%45.20
%13.82
%40.98

CMYK Percentages of Color #c13baf

%0
%69
%9
%24

Triadic Colors of #c13baf

#c13baf #afc13b #3bafc1

Analogous Colors of #c13baf

#c13baf #c13b6c #903bc1

Monochromatic Colors of #c13baf

#c13baf

Complementary Color

#c13baf #3bc14d

#c13baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c13baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c13baf Color CSS Codes

.mybgcolor {background-color:#c13baf; } 
.myforecolor {color:#c13baf; }
.mybordercolor {border:3px solid #c13baf; }

#c13baf Text Font Color

<p style="color:#c13baf">Text here</p>

This sample text font color is #c13baf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c13baf Background Color

<div style="background-color:#c13baf">
Div content here</div>

This div background color is #c13baf


#c13baf Border Color

<div style="border:3px solid #c13baf">
Div here</div>

This div border color is #c13baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,59,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c13baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c13baf;
  -webkit-box-shadow: 1px 1px 3px 2px #c13baf;
  box-shadow:         1px 1px 3px 2px #c13baf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,59,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c13baf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c13baf;
  -webkit-box-shadow: 1px 1px 3px 2px #c13baf;
  box-shadow:         1px 1px 3px 2px #c13baf;">
Div content here</div>

This div box has shadow with color #c13baf


Comments

No comments written yet.

Please login to write comment.