Color Hex Logo

#c756bd Color Hex

#C756BD
(199,86,189)
0 Favorites   0 Comments

Color spaces of #c756bd

RGB 19986189
HSL0.850.500.56
HSV305°57°78°
CMYK 0.000.570.05   0.22
XYZ36.066322.471850.5807
Yxy22.47180.33050.2059
Hunter Lab47.404452.8488-30.0795
CIE-Lab54.524158.0024-33.3021

#c756bd color RGB value is (199,86,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 10111101
Octal 307 126 275
Decimal 199 86 189
Hex C7 56 BD

RGB Percentages of Color #c756bd

%41.98
%18.14
%39.87

CMYK Percentages of Color #c756bd

%0
%57
%5
%22

Triadic Colors of #c756bd

#c756bd #bdc756 #56bdc7

Analogous Colors of #c756bd

#c756bd #c75685 #9956c7

Monochromatic Colors of #c756bd

#c756bd

Complementary Color

#c756bd #56c760

#c756bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c756bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c756bd Color CSS Codes

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

#c756bd Text Font Color

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

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


#c756bd Background Color

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

This div background color is #c756bd


#c756bd Border Color

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

This div border color is #c756bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,86,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c756bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c756bd


Comments

No comments written yet.

Please login to write comment.