Color Hex Logo

#c609ae Color Hex

#C609AE
(198,9,174)
0 Favorites   0 Comments

Color spaces of #c609ae

RGB 1989174
HSL0.850.910.41
HSV308°95°78°
CMYK 0.000.950.12   0.22
XYZ31.026415.257141.3540
Yxy15.25710.35400.1741
Hunter Lab39.060373.4305-35.4293
CIE-Lab45.984377.0976-37.9684

#c609ae color RGB value is (198,9,174).

#c609ae hex color red value is 198, green value is 9 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c609ae hue: 0.85 , saturation: 0.91 and the lightness value of c609ae is 0.41.

The process color (four color CMYK) of #c609ae color hex is 0.00, 0.95, 0.12, 0.22. Web safe color of #c609ae is #cc0099. Color #c609ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001001 10101110
Octal 306 11 256
Decimal 198 9 174
Hex C6 9 AE

RGB Percentages of Color #c609ae

%51.97
%2.36
%45.67

CMYK Percentages of Color #c609ae

%0
%95
%12
%22

Triadic Colors of #c609ae

#c609ae #aec609 #09aec6

Analogous Colors of #c609ae

#c609ae #c6094f #8009c6

Monochromatic Colors of #c609ae

#c609ae

Complementary Color

#c609ae #09c621

#c609ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c609ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c609ae Color CSS Codes

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

#c609ae Text Font Color

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

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


#c609ae Background Color

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

This div background color is #c609ae


#c609ae Border Color

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

This div border color is #c609ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c609ae


Comments

No comments written yet.

Please login to write comment.