Color Hex Logo

#c768aa Color Hex

#C768AA
(199,104,170)
0 Favorites   0 Comments

Color spaces of #c768aa

RGB 199104170
HSL0.880.460.59
HSV318°48°78°
CMYK 0.000.480.15   0.22
XYZ35.759224.945040.9604
Yxy24.94500.35170.2454
Hunter Lab49.945040.3973-13.6629
CIE-Lab57.021846.2060-18.4774

#c768aa color RGB value is (199,104,170).

#c768aa hex color red value is 199, green value is 104 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c768aa hue: 0.88 , saturation: 0.46 and the lightness value of c768aa is 0.59.

The process color (four color CMYK) of #c768aa color hex is 0.00, 0.48, 0.15, 0.22. Web safe color of #c768aa is #cc6699. Color #c768aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01101000 10101010
Octal 307 150 252
Decimal 199 104 170
Hex C7 68 AA

RGB Percentages of Color #c768aa

%42.07
%21.99
%35.94

CMYK Percentages of Color #c768aa

%0
%48
%15
%22

Triadic Colors of #c768aa

#c768aa #aac768 #68aac7

Analogous Colors of #c768aa

#c768aa #c7687b #b568c7

Monochromatic Colors of #c768aa

#c768aa

Complementary Color

#c768aa #68c785

#c768aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c768aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c768aa Color CSS Codes

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

#c768aa Text Font Color

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

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


#c768aa Background Color

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

This div background color is #c768aa


#c768aa Border Color

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

This div border color is #c768aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c768aa


Comments

No comments written yet.

Please login to write comment.