Color Hex Logo

#c956bd Color Hex

#C956BD
(201,86,189)
0 Favorites   0 Comments

Color spaces of #c956bd

RGB 20186189
HSL0.850.520.56
HSV306°57°79°
CMYK 0.000.570.06   0.21
XYZ36.600522.747250.6057
Yxy22.74720.33290.2069
Hunter Lab47.694053.5168-29.5238
CIE-Lab54.811058.5441-32.8329

#c956bd color RGB value is (201,86,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010110 10111101
Octal 311 126 275
Decimal 201 86 189
Hex C9 56 BD

RGB Percentages of Color #c956bd

%42.23
%18.07
%39.71

CMYK Percentages of Color #c956bd

%0
%57
%6
%21

Triadic Colors of #c956bd

#c956bd #bdc956 #56bdc9

Analogous Colors of #c956bd

#c956bd #c95684 #9c56c9

Monochromatic Colors of #c956bd

#c956bd

Complementary Color

#c956bd #56c962

#c956bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c956bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c956bd Color CSS Codes

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

#c956bd Text Font Color

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

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


#c956bd Background Color

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

This div background color is #c956bd


#c956bd Border Color

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

This div border color is #c956bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c956bd


Comments

No comments written yet.

Please login to write comment.