Color Hex Logo

#c955bb Color Hex

#C955BB
(201,85,187)
0 Favorites   0 Comments

Color spaces of #c955bb

RGB 20185187
HSL0.850.520.56
HSV307°58°79°
CMYK 0.000.580.07   0.21
XYZ36.305522.502449.4436
Yxy22.50240.33540.2079
Hunter Lab47.436753.6001-28.5927
CIE-Lab54.556158.6630-32.0774

#c955bb color RGB value is (201,85,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010101 10111011
Octal 311 125 273
Decimal 201 85 187
Hex C9 55 BB

RGB Percentages of Color #c955bb

%42.49
%17.97
%39.53

CMYK Percentages of Color #c955bb

%0
%58
%7
%21

Triadic Colors of #c955bb

#c955bb #bbc955 #55bbc9

Analogous Colors of #c955bb

#c955bb #c95581 #9d55c9

Monochromatic Colors of #c955bb

#c955bb

Complementary Color

#c955bb #55c963

#c955bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c955bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c955bb Color CSS Codes

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

#c955bb Text Font Color

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

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


#c955bb Background Color

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

This div background color is #c955bb


#c955bb Border Color

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

This div border color is #c955bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c955bb


Comments

No comments written yet.

Please login to write comment.