Color Hex Logo

#c511ad Color Hex

#C511AD
(197,17,173)
0 Favorites   0 Comments

Color spaces of #c511ad

RGB 19717173
HSL0.860.840.42
HSV308°91°77°
CMYK 0.000.910.12   0.23
XYZ30.769215.288340.8644
Yxy15.28830.35400.1759
Hunter Lab39.100372.0417-34.5949
CIE-Lab46.026675.9616-37.3218

#c511ad color RGB value is (197,17,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00010001 10101101
Octal 305 21 255
Decimal 197 17 173
Hex C5 11 AD

RGB Percentages of Color #c511ad

%50.90
%4.39
%44.70

CMYK Percentages of Color #c511ad

%0
%91
%12
%23

Triadic Colors of #c511ad

#c511ad #adc511 #11adc5

Analogous Colors of #c511ad

#c511ad #c51153 #8311c5

Monochromatic Colors of #c511ad

#c511ad

Complementary Color

#c511ad #11c529

#c511ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c511ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c511ad Color CSS Codes

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

#c511ad Text Font Color

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

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


#c511ad Background Color

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

This div background color is #c511ad


#c511ad Border Color

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

This div border color is #c511ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c511ad


Comments

No comments written yet.

Please login to write comment.