Color Hex Logo

#c755aa Color Hex

#C755AA
(199,85,170)
0 Favorites   0 Comments

Color spaces of #c755aa

RGB 19985170
HSL0.880.500.56
HSV315°57°78°
CMYK 0.000.570.15   0.22
XYZ34.057421.541440.3931
Yxy21.54140.35480.2244
Hunter Lab46.412749.7601-19.1113
CIE-Lab53.537055.4073-23.8160

#c755aa color RGB value is (199,85,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010101 10101010
Octal 307 125 252
Decimal 199 85 170
Hex C7 55 AA

RGB Percentages of Color #c755aa

%43.83
%18.72
%37.44

CMYK Percentages of Color #c755aa

%0
%57
%15
%22

Triadic Colors of #c755aa

#c755aa #aac755 #55aac7

Analogous Colors of #c755aa

#c755aa #c75571 #ab55c7

Monochromatic Colors of #c755aa

#c755aa

Complementary Color

#c755aa #55c772

#c755aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c755aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c755aa Color CSS Codes

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

#c755aa Text Font Color

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

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


#c755aa Background Color

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

This div background color is #c755aa


#c755aa Border Color

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

This div border color is #c755aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c755aa


Comments

No comments written yet.

Please login to write comment.