Color Hex Logo

#c067ae Color Hex

#C067AE
(192,103,174)
0 Favorites   0 Comments

Color spaces of #c067ae

RGB 192103174
HSL0.870.410.58
HSV312°46°75°
CMYK 0.000.460.09   0.25
XYZ34.228523.963042.8657
Yxy23.96300.33870.2371
Hunter Lab48.952039.1457-17.6519
CIE-Lab56.050745.1660-22.3564

#c067ae color RGB value is (192,103,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100111 10101110
Octal 300 147 256
Decimal 192 103 174
Hex C0 67 AE

RGB Percentages of Color #c067ae

%40.94
%21.96
%37.10

CMYK Percentages of Color #c067ae

%0
%46
%9
%25

Triadic Colors of #c067ae

#c067ae #aec067 #67aec0

Analogous Colors of #c067ae

#c067ae #c06782 #a667c0

Monochromatic Colors of #c067ae

#c067ae

Complementary Color

#c067ae #67c079

#c067ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c067ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c067ae Color CSS Codes

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

#c067ae Text Font Color

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

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


#c067ae Background Color

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

This div background color is #c067ae


#c067ae Border Color

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

This div border color is #c067ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,103,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c067ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c067ae


Comments

No comments written yet.

Please login to write comment.