Color Hex Logo

#c012af Color Hex

#C012AF
(192,18,175)
0 Favorites   0 Comments

Color spaces of #c012af

RGB 19218175
HSL0.850.830.41
HSV306°91°75°
CMYK 0.000.910.09   0.25
XYZ29.692414.734241.8365
Yxy14.73420.34420.1708
Hunter Lab38.385270.9026-37.7514
CIE-Lab45.268075.1788-39.7647

#c012af color RGB value is (192,18,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010010 10101111
Octal 300 22 257
Decimal 192 18 175
Hex C0 12 AF

RGB Percentages of Color #c012af

%49.87
%4.68
%45.45

CMYK Percentages of Color #c012af

%0
%91
%9
%25

Triadic Colors of #c012af

#c012af #afc012 #12afc0

Analogous Colors of #c012af

#c012af #c01258 #7a12c0

Monochromatic Colors of #c012af

#c012af

Complementary Color

#c012af #12c023

#c012af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c012af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c012af Color CSS Codes

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

#c012af Text Font Color

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

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


#c012af Background Color

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

This div background color is #c012af


#c012af Border Color

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

This div border color is #c012af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c012af


Comments

No comments written yet.

Please login to write comment.