Color Hex Logo

#c21998 Color Hex

#C21998
(194,25,152)
0 Favorites   0 Comments

Color spaces of #c21998

RGB 19425152
HSL0.870.770.43
HSV315°87°76°
CMYK 0.000.870.22   0.24
XYZ28.263314.431631.0017
Yxy14.43160.38350.1958
Hunter Lab37.988966.3211-21.7926
CIE-Lab44.845671.4665-26.6682

#c21998 color RGB value is (194,25,152).

#c21998 hex color red value is 194, green value is 25 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c21998 hue: 0.87 , saturation: 0.77 and the lightness value of c21998 is 0.43.

The process color (four color CMYK) of #c21998 color hex is 0.00, 0.87, 0.22, 0.24. Web safe color of #c21998 is #cc0099. Color #c21998 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011001 10011000
Octal 302 31 230
Decimal 194 25 152
Hex C2 19 98

RGB Percentages of Color #c21998

%52.29
%6.74
%40.97

CMYK Percentages of Color #c21998

%0
%87
%22
%24

Triadic Colors of #c21998

#c21998 #98c219 #1998c2

Analogous Colors of #c21998

#c21998 #c21943 #9819c2

Monochromatic Colors of #c21998

#c21998

Complementary Color

#c21998 #19c243

#c21998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21998 Color CSS Codes

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

#c21998 Text Font Color

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

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


#c21998 Background Color

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

This div background color is #c21998


#c21998 Border Color

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

This div border color is #c21998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21998


Comments

No comments written yet.

Please login to write comment.