Color Hex Logo

#c402ae Color Hex

#C402AE
(196,2,174)
0 Favorites   0 Comments

Color spaces of #c402ae

RGB 1962174
HSL0.850.980.39
HSV307°99°77°
CMYK 0.000.990.11   0.23
XYZ30.426614.835241.3042
Yxy14.83520.35150.1714
Hunter Lab38.516573.6045-36.6197
CIE-Lab45.407677.3504-38.9046

#c402ae color RGB value is (196,2,174).

#c402ae hex color red value is 196, green value is 2 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c402ae hue: 0.85 , saturation: 0.98 and the lightness value of c402ae is 0.39.

The process color (four color CMYK) of #c402ae color hex is 0.00, 0.99, 0.11, 0.23. Web safe color of #c402ae is #cc0099. Color #c402ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000010 10101110
Octal 304 2 256
Decimal 196 2 174
Hex C4 2 AE

RGB Percentages of Color #c402ae

%52.69
%0.54
%46.77

CMYK Percentages of Color #c402ae

%0
%99
%11
%23

Triadic Colors of #c402ae

#c402ae #aec402 #02aec4

Analogous Colors of #c402ae

#c402ae #c4024d #7902c4

Monochromatic Colors of #c402ae

#c402ae

Complementary Color

#c402ae #02c418

#c402ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c402ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c402ae Color CSS Codes

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

#c402ae Text Font Color

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

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


#c402ae Background Color

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

This div background color is #c402ae


#c402ae Border Color

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

This div border color is #c402ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,2,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c402ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c402ae;
  -webkit-box-shadow: 1px 1px 3px 2px #c402ae;
  box-shadow:         1px 1px 3px 2px #c402ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c402ae


Comments

No comments written yet.

Please login to write comment.