Color Hex Logo

#c067aa Color Hex

#C067AA
(192,103,170)
0 Favorites   0 Comments

Color spaces of #c067aa

RGB 192103170
HSL0.870.410.58
HSV315°46°75°
CMYK 0.000.460.11   0.25
XYZ33.844223.809240.8421
Yxy23.80920.34360.2417
Hunter Lab48.794738.4177-15.4706
CIE-Lab55.896344.4955-20.2788

#c067aa color RGB value is (192,103,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100111 10101010
Octal 300 147 252
Decimal 192 103 170
Hex C0 67 AA

RGB Percentages of Color #c067aa

%41.29
%22.15
%36.56

CMYK Percentages of Color #c067aa

%0
%46
%11
%25

Triadic Colors of #c067aa

#c067aa #aac067 #67aac0

Analogous Colors of #c067aa

#c067aa #c0677e #aa67c0

Monochromatic Colors of #c067aa

#c067aa

Complementary Color

#c067aa #67c07d

#c067aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c067aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c067aa Color CSS Codes

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

#c067aa Text Font Color

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

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


#c067aa Background Color

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

This div background color is #c067aa


#c067aa Border Color

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

This div border color is #c067aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c067aa


Comments

No comments written yet.

Please login to write comment.