Color Hex Logo

#c708ae Color Hex

#C708AE
(199,8,174)
0 Favorites   0 Comments

Color spaces of #c708ae

RGB 1998174
HSL0.860.920.41
HSV308°96°78°
CMYK 0.000.960.13   0.22
XYZ31.280015.371841.3628
Yxy15.37180.35540.1747
Hunter Lab39.206973.7986-35.1054
CIE-Lab46.139377.3652-37.7116

#c708ae color RGB value is (199,8,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001000 10101110
Octal 307 10 256
Decimal 199 8 174
Hex C7 8 AE

RGB Percentages of Color #c708ae

%52.23
%2.10
%45.67

CMYK Percentages of Color #c708ae

%0
%96
%13
%22

Triadic Colors of #c708ae

#c708ae #aec708 #08aec7

Analogous Colors of #c708ae

#c708ae #c7084e #8108c7

Monochromatic Colors of #c708ae

#c708ae

Complementary Color

#c708ae #08c721

#c708ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c708ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c708ae Color CSS Codes

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

#c708ae Text Font Color

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

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


#c708ae Background Color

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

This div background color is #c708ae


#c708ae Border Color

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

This div border color is #c708ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c708ae


Comments

No comments written yet.

Please login to write comment.