Color Hex Logo

#c061af Color Hex

#C061AF
(192,97,175)
0 Favorites   0 Comments

Color spaces of #c061af

RGB 19297175
HSL0.860.430.57
HSV311°49°75°
CMYK 0.000.490.09   0.25
XYZ33.750822.851043.1893
Yxy22.85100.33820.2290
Hunter Lab47.802742.3740-20.1060
CIE-Lab54.918548.3835-24.6764

#c061af color RGB value is (192,97,175).

#c061af hex color red value is 192, green value is 97 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c061af hue: 0.86 , saturation: 0.43 and the lightness value of c061af is 0.57.

The process color (four color CMYK) of #c061af color hex is 0.00, 0.49, 0.09, 0.25. Web safe color of #c061af is #cc6699. Color #c061af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100001 10101111
Octal 300 141 257
Decimal 192 97 175
Hex C0 61 AF

RGB Percentages of Color #c061af

%41.38
%20.91
%37.72

CMYK Percentages of Color #c061af

%0
%49
%9
%25

Triadic Colors of #c061af

#c061af #afc061 #61afc0

Analogous Colors of #c061af

#c061af #c06180 #a261c0

Monochromatic Colors of #c061af

#c061af

Complementary Color

#c061af #61c072

#c061af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c061af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c061af Color CSS Codes

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

#c061af Text Font Color

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

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


#c061af Background Color

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

This div background color is #c061af


#c061af Border Color

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

This div border color is #c061af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c061af


Comments

No comments written yet.

Please login to write comment.