Color Hex Logo

#c067af Color Hex

#C067AF
(192,103,175)
0 Favorites   0 Comments

Color spaces of #c067af

RGB 192103175
HSL0.870.410.58
HSV311°46°75°
CMYK 0.000.460.09   0.25
XYZ34.326324.002143.3811
Yxy24.00210.33750.2360
Hunter Lab48.991939.3305-18.2054
CIE-Lab56.089945.3356-22.8740

#c067af color RGB value is (192,103,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100111 10101111
Octal 300 147 257
Decimal 192 103 175
Hex C0 67 AF

RGB Percentages of Color #c067af

%40.85
%21.91
%37.23

CMYK Percentages of Color #c067af

%0
%46
%9
%25

Triadic Colors of #c067af

#c067af #afc067 #67afc0

Analogous Colors of #c067af

#c067af #c06783 #a567c0

Monochromatic Colors of #c067af

#c067af

Complementary Color

#c067af #67c078

#c067af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c067af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c067af Color CSS Codes

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

#c067af Text Font Color

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

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


#c067af Background Color

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

This div background color is #c067af


#c067af Border Color

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

This div border color is #c067af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c067af


Comments

No comments written yet.

Please login to write comment.