Color Hex Logo

#c956bf Color Hex

#C956BF
(201,86,191)
0 Favorites   0 Comments

Color spaces of #c956bf

RGB 20186191
HSL0.850.520.56
HSV305°57°79°
CMYK 0.000.570.05   0.21
XYZ36.819222.834751.7572
Yxy22.83470.33050.2050
Hunter Lab47.785753.9106-30.7677
CIE-Lab54.901758.8763-33.8428

#c956bf color RGB value is (201,86,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010110 10111111
Octal 311 126 277
Decimal 201 86 191
Hex C9 56 BF

RGB Percentages of Color #c956bf

%42.05
%17.99
%39.96

CMYK Percentages of Color #c956bf

%0
%57
%5
%21

Triadic Colors of #c956bf

#c956bf #bfc956 #56bfc9

Analogous Colors of #c956bf

#c956bf #c95686 #9a56c9

Monochromatic Colors of #c956bf

#c956bf

Complementary Color

#c956bf #56c960

#c956bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c956bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c956bf Color CSS Codes

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

#c956bf Text Font Color

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

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


#c956bf Background Color

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

This div background color is #c956bf


#c956bf Border Color

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

This div border color is #c956bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c956bf


Comments

No comments written yet.

Please login to write comment.