Color Hex Logo

#c005ae Color Hex

#C005AE
(192,5,174)
0 Favorites   0 Comments

Color spaces of #c005ae

RGB 1925174
HSL0.850.950.39
HSV306°97°75°
CMYK 0.000.970.09   0.25
XYZ29.432514.371041.2670
Yxy14.37100.34600.1689
Hunter Lab37.909172.2459-38.0054
CIE-Lab44.760476.3741-39.9771

#c005ae color RGB value is (192,5,174).

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

The process color (four color CMYK) of #c005ae color hex is 0.00, 0.97, 0.09, 0.25. Web safe color of #c005ae is #cc0099. Color #c005ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000101 10101110
Octal 300 5 256
Decimal 192 5 174
Hex C0 5 AE

RGB Percentages of Color #c005ae

%51.75
%1.35
%46.90

CMYK Percentages of Color #c005ae

%0
%97
%9
%25

Triadic Colors of #c005ae

#c005ae #aec005 #05aec0

Analogous Colors of #c005ae

#c005ae #c00551 #7505c0

Monochromatic Colors of #c005ae

#c005ae

Complementary Color

#c005ae #05c017

#c005ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c005ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c005ae Color CSS Codes

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

#c005ae Text Font Color

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

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


#c005ae Background Color

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

This div background color is #c005ae


#c005ae Border Color

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

This div border color is #c005ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,5,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 #c005ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c005ae


Comments

No comments written yet.

Please login to write comment.