Color Hex Logo

#c011af Color Hex

#C011AF
(192,17,175)
0 Favorites   0 Comments

Color spaces of #c011af

RGB 19217175
HSL0.850.840.41
HSV306°91°75°
CMYK 0.000.910.09   0.25
XYZ29.676514.702541.8312
Yxy14.70250.34420.1705
Hunter Lab38.343871.0497-37.8417
CIE-Lab45.224075.3078-39.8343

#c011af color RGB value is (192,17,175).

#c011af hex color red value is 192, green value is 17 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c011af hue: 0.85 , saturation: 0.84 and the lightness value of c011af is 0.41.

The process color (four color CMYK) of #c011af color hex is 0.00, 0.91, 0.09, 0.25. Web safe color of #c011af is #cc0099. Color #c011af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 10101111
Octal 300 21 257
Decimal 192 17 175
Hex C0 11 AF

RGB Percentages of Color #c011af

%50.00
%4.43
%45.57

CMYK Percentages of Color #c011af

%0
%91
%9
%25

Triadic Colors of #c011af

#c011af #afc011 #11afc0

Analogous Colors of #c011af

#c011af #c01157 #7a11c0

Monochromatic Colors of #c011af

#c011af

Complementary Color

#c011af #11c022

#c011af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c011af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c011af Color CSS Codes

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

#c011af Text Font Color

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

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


#c011af Background Color

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

This div background color is #c011af


#c011af Border Color

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

This div border color is #c011af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,17,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c011af


Comments

No comments written yet.

Please login to write comment.