Color Hex Logo

#c757bf Color Hex

#C757BF
(199,87,191)
0 Favorites   0 Comments

Color spaces of #c757bf

RGB 19987191
HSL0.850.500.56
HSV304°56°78°
CMYK 0.000.560.04   0.22
XYZ36.365422.720151.7590
Yxy22.72010.32810.2050
Hunter Lab47.665652.7677-31.0157
CIE-Lab54.782957.8848-34.0495

#c757bf color RGB value is (199,87,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010111 10111111
Octal 307 127 277
Decimal 199 87 191
Hex C7 57 BF

RGB Percentages of Color #c757bf

%41.72
%18.24
%40.04

CMYK Percentages of Color #c757bf

%0
%56
%4
%22

Triadic Colors of #c757bf

#c757bf #bfc757 #57bfc7

Analogous Colors of #c757bf

#c757bf #c75787 #9757c7

Monochromatic Colors of #c757bf

#c757bf

Complementary Color

#c757bf #57c75f

#c757bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c757bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c757bf Color CSS Codes

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

#c757bf Text Font Color

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

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


#c757bf Background Color

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

This div background color is #c757bf


#c757bf Border Color

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

This div border color is #c757bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c757bf


Comments

No comments written yet.

Please login to write comment.