Color Hex Logo

#c756cd Color Hex

#C756CD
(199,86,205)
0 Favorites   0 Comments

Color spaces of #c756cd

RGB 19986205
HSL0.820.540.57
HSV297°58°80°
CMYK 0.030.580.00   0.20
XYZ37.900423.205560.2391
Yxy23.20550.31230.1912
Hunter Lab48.172156.1375-40.4216
CIE-Lab55.283460.7644-41.2836

#c756cd color RGB value is (199,86,205).

#c756cd hex color red value is 199, green value is 86 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c756cd hue: 0.82 , saturation: 0.54 and the lightness value of c756cd is 0.57.

The process color (four color CMYK) of #c756cd color hex is 0.03, 0.58, 0.00, 0.20. Web safe color of #c756cd is #cc66cc. Color #c756cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010110 11001101
Octal 307 126 315
Decimal 199 86 205
Hex C7 56 CD

RGB Percentages of Color #c756cd

%40.61
%17.55
%41.84

CMYK Percentages of Color #c756cd

%3
%58
%0
%20

Triadic Colors of #c756cd

#c756cd #cdc756 #56cdc7

Analogous Colors of #c756cd

#c756cd #cd5698 #8c56cd

Monochromatic Colors of #c756cd

#c756cd

Complementary Color

#c756cd #5ccd56

#c756cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c756cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c756cd Color CSS Codes

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

#c756cd Text Font Color

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

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


#c756cd Background Color

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

This div background color is #c756cd


#c756cd Border Color

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

This div border color is #c756cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c756cd


Comments

No comments written yet.

Please login to write comment.