Color Hex Logo

#c957bb Color Hex

#C957BB
(201,87,187)
0 Favorites   0 Comments

Color spaces of #c957bb

RGB 20187187
HSL0.850.510.56
HSV307°57°79°
CMYK 0.000.570.07   0.21
XYZ36.465222.821849.4968
Yxy22.82180.33520.2098
Hunter Lab47.772252.6504-27.9899
CIE-Lab54.888357.7620-31.5597

#c957bb color RGB value is (201,87,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01010111 10111011
Octal 311 127 273
Decimal 201 87 187
Hex C9 57 BB

RGB Percentages of Color #c957bb

%42.32
%18.32
%39.37

CMYK Percentages of Color #c957bb

%0
%57
%7
%21

Triadic Colors of #c957bb

#c957bb #bbc957 #57bbc9

Analogous Colors of #c957bb

#c957bb #c95782 #9e57c9

Monochromatic Colors of #c957bb

#c957bb

Complementary Color

#c957bb #57c965

#c957bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c957bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c957bb Color CSS Codes

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

#c957bb Text Font Color

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

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


#c957bb Background Color

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

This div background color is #c957bb


#c957bb Border Color

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

This div border color is #c957bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c957bb


Comments

No comments written yet.

Please login to write comment.