Color Hex Logo

#c21279 Color Hex

#C21279
(194,18,121)
0 Favorites   0 Comments

Color spaces of #c21279

RGB 19418121
HSL0.900.830.42
HSV325°91°76°
CMYK 0.000.910.38   0.24
XYZ25.915613.282419.2870
Yxy13.28240.44310.2271
Hunter Lab36.445063.1503-5.8652
CIE-Lab43.185769.1125-10.2777

#c21279 color RGB value is (194,18,121).

#c21279 hex color red value is 194, green value is 18 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c21279 hue: 0.90 , saturation: 0.83 and the lightness value of c21279 is 0.42.

The process color (four color CMYK) of #c21279 color hex is 0.00, 0.91, 0.38, 0.24. Web safe color of #c21279 is #cc0066. Color #c21279 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010010 01111001
Octal 302 22 171
Decimal 194 18 121
Hex C2 12 79

RGB Percentages of Color #c21279

%58.26
%5.41
%36.34

CMYK Percentages of Color #c21279

%0
%91
%38
%24

Triadic Colors of #c21279

#c21279 #79c212 #1279c2

Analogous Colors of #c21279

#c21279 #c21221 #b312c2

Monochromatic Colors of #c21279

#c21279

Complementary Color

#c21279 #12c25b

#c21279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21279 Color CSS Codes

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

#c21279 Text Font Color

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

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


#c21279 Background Color

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

This div background color is #c21279


#c21279 Border Color

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

This div border color is #c21279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21279


Comments

No comments written yet.

Please login to write comment.