Color Hex Logo

#c376aa Color Hex

#C376AA
(195,118,170)
0 Favorites   0 Comments

Color spaces of #c376aa

RGB 195118170
HSL0.890.390.61
HSV319°39°76°
CMYK 0.000.390.13   0.24
XYZ36.239827.461241.4207
Yxy27.46120.34470.2612
Hunter Lab52.403431.7364-10.1816
CIE-Lab59.398837.5701-14.9179

#c376aa color RGB value is (195,118,170).

#c376aa hex color red value is 195, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c376aa hue: 0.89 , saturation: 0.39 and the lightness value of c376aa is 0.61.

The process color (four color CMYK) of #c376aa color hex is 0.00, 0.39, 0.13, 0.24. Web safe color of #c376aa is #cc6699. Color #c376aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110110 10101010
Octal 303 166 252
Decimal 195 118 170
Hex C3 76 AA

RGB Percentages of Color #c376aa

%40.37
%24.43
%35.20

CMYK Percentages of Color #c376aa

%0
%39
%13
%24

Triadic Colors of #c376aa

#c376aa #aac376 #76aac3

Analogous Colors of #c376aa

#c376aa #c37684 #b676c3

Monochromatic Colors of #c376aa

#c376aa

Complementary Color

#c376aa #76c38f

#c376aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c376aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c376aa Color CSS Codes

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

#c376aa Text Font Color

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

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


#c376aa Background Color

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

This div background color is #c376aa


#c376aa Border Color

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

This div border color is #c376aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c376aa


Comments

No comments written yet.

Please login to write comment.