color codes Logo

#c376ab color codes

#C376AB
(195,118,171)
0 Favorites   0 Comments

Color spaces of #c376ab

RGB 195118171
HSL0.890.390.61
HSV319°39°76°
CMYK 0.000.390.12   0.24
XYZ36.334827.499241.9209
Yxy27.49920.34360.2600
Hunter Lab52.439731.9110-10.6894
CIE-Lab59.433637.7368-15.4389

#c376ab color RGB value is (195,118,171).

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

The process color (four color CMYK) of #c376ab color code is 0.00, 0.39, 0.12, 0.24. Web safe color of #c376ab is #cc6699. Color #c376ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110110 10101011
Octal 303 166 253
Decimal 195 118 171
Hex C3 76 AB

RGB Percentages of Color #c376ab

%40.29
%24.38
%35.33

CMYK Percentages of Color #c376ab

%0
%39
%12
%24

Triadic Colors of #c376ab

#c376ab #abc376 #76abc3

Analogous Colors of #c376ab

#c376ab #c37685 #b576c3

Monochromatic Colors of #c376ab

#c376ab

Complementary Color

#c376ab #76c38e

#c376ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c376ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c376ab Color CSS Codes

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

#c376ab Text Font Color

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

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


#c376ab Background Color

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

This div background color is #c376ab


#c376ab Border Color

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

This div border color is #c376ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,118,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c376ab


Comments

No comments written yet.

Please login to write comment.