Color Hex Logo

#c756bf Color Hex

#C756BF
(199,86,191)
0 Favorites   0 Comments

Color spaces of #c756bf

RGB 19986191
HSL0.850.500.56
HSV304°57°78°
CMYK 0.000.570.04   0.22
XYZ36.284922.559351.7322
Yxy22.55930.32810.2040
Hunter Lab47.496653.2454-31.3296
CIE-Lab54.615558.3382-34.3111

#c756bf color RGB value is (199,86,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 10111111
Octal 307 126 277
Decimal 199 86 191
Hex C7 56 BF

RGB Percentages of Color #c756bf

%41.81
%18.07
%40.13

CMYK Percentages of Color #c756bf

%0
%57
%4
%22

Triadic Colors of #c756bf

#c756bf #bfc756 #56bfc7

Analogous Colors of #c756bf

#c756bf #c75687 #9756c7

Monochromatic Colors of #c756bf

#c756bf

Complementary Color

#c756bf #56c75e

#c756bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c756bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c756bf Color CSS Codes

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

#c756bf Text Font Color

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

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


#c756bf Background Color

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

This div background color is #c756bf


#c756bf Border Color

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

This div border color is #c756bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c756bf


Comments

No comments written yet.

Please login to write comment.