Color Hex Logo

#c756dc Color Hex

#C756DC
(199,86,220)
0 Favorites   0 Comments

Color spaces of #c756dc

RGB 19986220
HSL0.810.660.60
HSV291°61°86°
CMYK 0.100.610.00   0.14
XYZ39.799223.965070.2382
Yxy23.96500.29700.1788
Hunter Lab48.954159.4493-50.8001
CIE-Lab56.052763.4942-48.5807

#c756dc color RGB value is (199,86,220).

#c756dc hex color red value is 199, green value is 86 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c756dc hue: 0.81 , saturation: 0.66 and the lightness value of c756dc is 0.60.

The process color (four color CMYK) of #c756dc color hex is 0.10, 0.61, 0.00, 0.14. Web safe color of #c756dc is #cc66cc. Color #c756dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 11011100
Octal 307 126 334
Decimal 199 86 220
Hex C7 56 DC

RGB Percentages of Color #c756dc

%39.41
%17.03
%43.56

CMYK Percentages of Color #c756dc

%10
%61
%0
%14

Triadic Colors of #c756dc

#c756dc #dcc756 #56dcc7

Analogous Colors of #c756dc

#c756dc #dc56ae #8456dc

Monochromatic Colors of #c756dc

#c756dc

Complementary Color

#c756dc #6bdc56

#c756dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c756dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c756dc Color CSS Codes

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

#c756dc Text Font Color

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

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


#c756dc Background Color

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

This div background color is #c756dc


#c756dc Border Color

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

This div border color is #c756dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c756dc


Comments

No comments written yet.

Please login to write comment.