Color Hex Logo

#c21387 Color Hex

#C21387
(194,19,135)
0 Favorites   0 Comments

Color spaces of #c21387

RGB 19419135
HSL0.890.820.42
HSV320°90°76°
CMYK 0.000.900.30   0.24
XYZ26.854213.684324.1476
Yxy13.68430.41510.2115
Hunter Lab36.992364.8438-12.8083
CIE-Lab43.776770.4329-17.9968

#c21387 color RGB value is (194,19,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010011 10000111
Octal 302 23 207
Decimal 194 19 135
Hex C2 13 87

RGB Percentages of Color #c21387

%55.75
%5.46
%38.79

CMYK Percentages of Color #c21387

%0
%90
%30
%24

Triadic Colors of #c21387

#c21387 #87c213 #1387c2

Analogous Colors of #c21387

#c21387 #c21330 #a613c2

Monochromatic Colors of #c21387

#c21387

Complementary Color

#c21387 #13c24e

#c21387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21387 Color CSS Codes

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

#c21387 Text Font Color

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

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


#c21387 Background Color

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

This div background color is #c21387


#c21387 Border Color

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

This div border color is #c21387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21387


Comments

No comments written yet.

Please login to write comment.