Color Hex Logo

#c007af Color Hex

#C007AF
(192,7,175)
0 Favorites   0 Comments

Color spaces of #c007af

RGB 1927175
HSL0.850.930.39
HSV306°96°75°
CMYK 0.000.960.09   0.25
XYZ29.552114.453641.7897
Yxy14.45360.34440.1685
Hunter Lab38.017972.2205-38.5597
CIE-Lab44.876576.3308-40.3853

#c007af color RGB value is (192,7,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000111 10101111
Octal 300 7 257
Decimal 192 7 175
Hex C0 7 AF

RGB Percentages of Color #c007af

%51.34
%1.87
%46.79

CMYK Percentages of Color #c007af

%0
%96
%9
%25

Triadic Colors of #c007af

#c007af #afc007 #07afc0

Analogous Colors of #c007af

#c007af #c00753 #7507c0

Monochromatic Colors of #c007af

#c007af

Complementary Color

#c007af #07c018

#c007af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c007af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c007af Color CSS Codes

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

#c007af Text Font Color

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

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


#c007af Background Color

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

This div background color is #c007af


#c007af Border Color

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

This div border color is #c007af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c007af


Comments

No comments written yet.

Please login to write comment.