Color Hex Logo

#c017af Color Hex

#C017AF
(192,23,175)
0 Favorites   0 Comments

Color spaces of #c017af

RGB 19223175
HSL0.850.790.42
HSV306°88°75°
CMYK 0.000.880.09   0.25
XYZ29.782514.914441.8665
Yxy14.91440.34410.1723
Hunter Lab38.619270.0729-37.2420
CIE-Lab45.516774.4494-39.3705

#c017af color RGB value is (192,23,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010111 10101111
Octal 300 27 257
Decimal 192 23 175
Hex C0 17 AF

RGB Percentages of Color #c017af

%49.23
%5.90
%44.87

CMYK Percentages of Color #c017af

%0
%88
%9
%25

Triadic Colors of #c017af

#c017af #afc017 #17afc0

Analogous Colors of #c017af

#c017af #c0175a #7d17c0

Monochromatic Colors of #c017af

#c017af

Complementary Color

#c017af #17c028

#c017af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c017af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c017af Color CSS Codes

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

#c017af Text Font Color

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

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


#c017af Background Color

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

This div background color is #c017af


#c017af Border Color

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

This div border color is #c017af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c017af


Comments

No comments written yet.

Please login to write comment.