Color Hex Logo

#c21562 Color Hex

#C21562
(194,21,98)
0 Favorites   0 Comments

Color spaces of #c21562

RGB 1942198
HSL0.930.800.42
HSV333°89°76°
CMYK 0.000.890.49   0.24
XYZ24.720912.887512.7399
Yxy12.88750.49100.2560
Hunter Lab35.899260.09524.0886
CIE-Lab42.593266.60553.2019

#c21562 color RGB value is (194,21,98).

#c21562 hex color red value is 194, green value is 21 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #c21562 hue: 0.93 , saturation: 0.80 and the lightness value of c21562 is 0.42.

The process color (four color CMYK) of #c21562 color hex is 0.00, 0.89, 0.49, 0.24. Web safe color of #c21562 is #cc0066. Color #c21562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010101 01100010
Octal 302 25 142
Decimal 194 21 98
Hex C2 15 62

RGB Percentages of Color #c21562

%61.98
%6.71
%31.31

CMYK Percentages of Color #c21562

%0
%89
%49
%24

Triadic Colors of #c21562

#c21562 #62c215 #1562c2

Analogous Colors of #c21562

#c21562 #c21f15 #c215b9

Monochromatic Colors of #c21562

#c21562

Complementary Color

#c21562 #15c275

#c21562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21562 Color CSS Codes

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

#c21562 Text Font Color

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

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


#c21562 Background Color

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

This div background color is #c21562


#c21562 Border Color

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

This div border color is #c21562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21562


Comments

No comments written yet.

Please login to write comment.