Color Hex Logo

#c508ae Color Hex

#C508AE
(197,8,174)
0 Favorites   0 Comments

Color spaces of #c508ae

RGB 1978174
HSL0.850.920.40
HSV307°96°77°
CMYK 0.000.960.12   0.23
XYZ30.752815.100041.3381
Yxy15.10000.35270.1732
Hunter Lab38.858773.2622-35.8719
CIE-Lab45.770977.0028-38.3179

#c508ae color RGB value is (197,8,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001000 10101110
Octal 305 10 256
Decimal 197 8 174
Hex C5 8 AE

RGB Percentages of Color #c508ae

%51.98
%2.11
%45.91

CMYK Percentages of Color #c508ae

%0
%96
%12
%23

Triadic Colors of #c508ae

#c508ae #aec508 #08aec5

Analogous Colors of #c508ae

#c508ae #c5084f #7e08c5

Monochromatic Colors of #c508ae

#c508ae

Complementary Color

#c508ae #08c51f

#c508ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c508ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c508ae Color CSS Codes

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

#c508ae Text Font Color

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

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


#c508ae Background Color

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

This div background color is #c508ae


#c508ae Border Color

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

This div border color is #c508ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c508ae


Comments

No comments written yet.

Please login to write comment.