Color Hex Logo

#c756da Color Hex

#C756DA
(199,86,218)
0 Favorites   0 Comments

Color spaces of #c756da

RGB 19986218
HSL0.810.640.60
HSV291°61°85°
CMYK 0.090.610.00   0.15
XYZ39.535923.859668.8513
Yxy23.85960.29900.1804
Hunter Lab48.846358.9958-49.3798
CIE-Lab55.946963.1235-47.6181

#c756da color RGB value is (199,86,218).

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

The process color (four color CMYK) of #c756da color hex is 0.09, 0.61, 0.00, 0.15. Web safe color of #c756da is #cc66cc. Color #c756da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 11011010
Octal 307 126 332
Decimal 199 86 218
Hex C7 56 DA

RGB Percentages of Color #c756da

%39.56
%17.10
%43.34

CMYK Percentages of Color #c756da

%9
%61
%0
%15

Triadic Colors of #c756da

#c756da #dac756 #56dac7

Analogous Colors of #c756da

#c756da #da56ab #8556da

Monochromatic Colors of #c756da

#c756da

Complementary Color

#c756da #69da56

#c756da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c756da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c756da Color CSS Codes

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

#c756da Text Font Color

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

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


#c756da Background Color

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

This div background color is #c756da


#c756da Border Color

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

This div border color is #c756da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c756da


Comments

No comments written yet.

Please login to write comment.