Color Hex Logo

#c956bb Color Hex

#C956BB
(201,86,187)
0 Favorites   0 Comments

Color spaces of #c956bb

RGB 20186187
HSL0.850.520.56
HSV307°57°79°
CMYK 0.000.570.07   0.21
XYZ36.384822.660949.4700
Yxy22.66090.33530.2088
Hunter Lab47.603553.1270-28.2923
CIE-Lab54.721358.2146-31.8198

#c956bb color RGB value is (201,86,187).

#c956bb hex color red value is 201, green value is 86 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c956bb hue: 0.85 , saturation: 0.52 and the lightness value of c956bb is 0.56.

The process color (four color CMYK) of #c956bb color hex is 0.00, 0.57, 0.07, 0.21. Web safe color of #c956bb is #cc66cc. Color #c956bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010110 10111011
Octal 311 126 273
Decimal 201 86 187
Hex C9 56 BB

RGB Percentages of Color #c956bb

%42.41
%18.14
%39.45

CMYK Percentages of Color #c956bb

%0
%57
%7
%21

Triadic Colors of #c956bb

#c956bb #bbc956 #56bbc9

Analogous Colors of #c956bb

#c956bb #c95682 #9e56c9

Monochromatic Colors of #c956bb

#c956bb

Complementary Color

#c956bb #56c964

#c956bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c956bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c956bb Color CSS Codes

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

#c956bb Text Font Color

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

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


#c956bb Background Color

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

This div background color is #c956bb


#c956bb Border Color

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

This div border color is #c956bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,86,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c956bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c956bb;
  -webkit-box-shadow: 1px 1px 3px 2px #c956bb;
  box-shadow:         1px 1px 3px 2px #c956bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,86,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c956bb


Comments

No comments written yet.

Please login to write comment.