Color Hex Logo

#c21385 Color Hex

#C21385
(194,19,133)
0 Favorites   0 Comments

Color spaces of #c21385

RGB 19419133
HSL0.890.820.42
HSV321°90°76°
CMYK 0.000.900.31   0.24
XYZ26.714613.628523.4129
Yxy13.62850.41900.2138
Hunter Lab36.916864.5660-11.7604
CIE-Lab43.695470.2141-16.8967

#c21385 color RGB value is (194,19,133).

#c21385 hex color red value is 194, green value is 19 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c21385 hue: 0.89 , saturation: 0.82 and the lightness value of c21385 is 0.42.

The process color (four color CMYK) of #c21385 color hex is 0.00, 0.90, 0.31, 0.24. Web safe color of #c21385 is #cc0099. Color #c21385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010011 10000101
Octal 302 23 205
Decimal 194 19 133
Hex C2 13 85

RGB Percentages of Color #c21385

%56.07
%5.49
%38.44

CMYK Percentages of Color #c21385

%0
%90
%31
%24

Triadic Colors of #c21385

#c21385 #85c213 #1385c2

Analogous Colors of #c21385

#c21385 #c2132d #a813c2

Monochromatic Colors of #c21385

#c21385

Complementary Color

#c21385 #13c250

#c21385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21385 Color CSS Codes

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

#c21385 Text Font Color

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

This sample text font color is #c21385
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.


#c21385 Background Color

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

This div background color is #c21385


#c21385 Border Color

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

This div border color is #c21385


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,19,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c21385; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c21385;
  -webkit-box-shadow: 1px 1px 3px 2px #c21385;
  box-shadow:         1px 1px 3px 2px #c21385; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,19,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21385


Comments

No comments written yet.

Please login to write comment.