Color Hex Logo

#c757bb Color Hex

#C757BB
(199,87,187)
0 Favorites   0 Comments

Color spaces of #c757bb

RGB 19987187
HSL0.850.500.56
HSV306°56°78°
CMYK 0.000.560.06   0.22
XYZ35.931022.546449.4718
Yxy22.54640.33290.2089
Hunter Lab47.483051.9778-28.5351
CIE-Lab54.602057.2132-32.0274

#c757bb color RGB value is (199,87,187).

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

The process color (four color CMYK) of #c757bb color hex is 0.00, 0.56, 0.06, 0.22. Web safe color of #c757bb is #cc66cc. Color #c757bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010111 10111011
Octal 307 127 273
Decimal 199 87 187
Hex C7 57 BB

RGB Percentages of Color #c757bb

%42.07
%18.39
%39.53

CMYK Percentages of Color #c757bb

%0
%56
%6
%22

Triadic Colors of #c757bb

#c757bb #bbc757 #57bbc7

Analogous Colors of #c757bb

#c757bb #c75783 #9b57c7

Monochromatic Colors of #c757bb

#c757bb

Complementary Color

#c757bb #57c763

#c757bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c757bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c757bb Color CSS Codes

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

#c757bb Text Font Color

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

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


#c757bb Background Color

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

This div background color is #c757bb


#c757bb Border Color

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

This div border color is #c757bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c757bb


Comments

No comments written yet.

Please login to write comment.