Color Hex Logo

#c608ae Color Hex

#C608AE
(198,8,174)
0 Favorites   0 Comments

Color spaces of #c608ae

RGB 1988174
HSL0.850.920.40
HSV308°96°78°
CMYK 0.000.960.12   0.22
XYZ31.015515.235441.3504
Yxy15.23540.35410.1739
Hunter Lab39.032673.5302-35.4880
CIE-Lab45.954977.1840-38.0149

#c608ae color RGB value is (198,8,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00001000 10101110
Octal 306 10 256
Decimal 198 8 174
Hex C6 8 AE

RGB Percentages of Color #c608ae

%52.11
%2.11
%45.79

CMYK Percentages of Color #c608ae

%0
%96
%12
%22

Triadic Colors of #c608ae

#c608ae #aec608 #08aec6

Analogous Colors of #c608ae

#c608ae #c6084f #7f08c6

Monochromatic Colors of #c608ae

#c608ae

Complementary Color

#c608ae #08c620

#c608ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c608ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c608ae Color CSS Codes

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

#c608ae Text Font Color

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

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


#c608ae Background Color

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

This div background color is #c608ae


#c608ae Border Color

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

This div border color is #c608ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c608ae


Comments

No comments written yet.

Please login to write comment.