Color Hex Logo

#c512ad Color Hex

#C512AD
(197,18,173)
0 Favorites   0 Comments

Color spaces of #c512ad

RGB 19718173
HSL0.860.830.42
HSV308°91°77°
CMYK 0.000.910.12   0.23
XYZ30.785115.320140.8697
Yxy15.32010.35400.1761
Hunter Lab39.140971.8972-34.5101
CIE-Lab46.069575.8355-37.2539

#c512ad color RGB value is (197,18,173).

#c512ad hex color red value is 197, green value is 18 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c512ad hue: 0.86 , saturation: 0.83 and the lightness value of c512ad is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010010 10101101
Octal 305 22 255
Decimal 197 18 173
Hex C5 12 AD

RGB Percentages of Color #c512ad

%50.77
%4.64
%44.59

CMYK Percentages of Color #c512ad

%0
%91
%12
%23

Triadic Colors of #c512ad

#c512ad #adc512 #12adc5

Analogous Colors of #c512ad

#c512ad #c51254 #8412c5

Monochromatic Colors of #c512ad

#c512ad

Complementary Color

#c512ad #12c52a

#c512ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c512ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c512ad Color CSS Codes

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

#c512ad Text Font Color

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

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


#c512ad Background Color

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

This div background color is #c512ad


#c512ad Border Color

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

This div border color is #c512ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,18,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c512ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c512ad


Comments

No comments written yet.

Please login to write comment.