Color Hex Logo

#c756c3 Color Hex

#C756C3
(199,86,195)
0 Favorites   0 Comments

Color spaces of #c756c3

RGB 19986195
HSL0.840.500.56
HSV302°57°78°
CMYK 0.000.570.02   0.22
XYZ36.731322.737854.0826
Yxy22.73780.32350.2002
Hunter Lab47.684254.0519-33.8668
CIE-Lab54.801259.0190-36.3194

#c756c3 color RGB value is (199,86,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 11000011
Octal 307 126 303
Decimal 199 86 195
Hex C7 56 C3

RGB Percentages of Color #c756c3

%41.46
%17.92
%40.63

CMYK Percentages of Color #c756c3

%0
%57
%2
%22

Triadic Colors of #c756c3

#c756c3 #c3c756 #56c3c7

Analogous Colors of #c756c3

#c756c3 #c7568b #9356c7

Monochromatic Colors of #c756c3

#c756c3

Complementary Color

#c756c3 #56c75a

#c756c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c756c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c756c3 Color CSS Codes

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

#c756c3 Text Font Color

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

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


#c756c3 Background Color

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

This div background color is #c756c3


#c756c3 Border Color

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

This div border color is #c756c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c756c3


Comments

No comments written yet.

Please login to write comment.