Color Hex Logo

#c000af Color Hex

#C000AF
(192,0,175)
0 Favorites   0 Comments

Color spaces of #c000af

RGB 1920175
HSL0.851.000.38
HSV305°100°75°
CMYK 0.001.000.09   0.25
XYZ29.476114.301641.7644
Yxy14.30160.34460.1672
Hunter Lab37.817572.9479-39.0058
CIE-Lab44.662476.9633-40.7252

#c000af color RGB value is (192,0,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000000 10101111
Octal 300 0 257
Decimal 192 0 175
Hex C0 0 AF

RGB Percentages of Color #c000af

%52.32
%0.00
%47.68

CMYK Percentages of Color #c000af

%0
%100
%9
%25

Triadic Colors of #c000af

#c000af #afc000 #00afc0

Analogous Colors of #c000af

#c000af #c0004f #7100c0

Monochromatic Colors of #c000af

#c000af

Complementary Color

#c000af #00c011

#c000af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c000af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c000af Color CSS Codes

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

#c000af Text Font Color

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

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


#c000af Background Color

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

This div background color is #c000af


#c000af Border Color

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

This div border color is #c000af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c000af


Comments

No comments written yet.

Please login to write comment.