Color Hex Logo

#c755cc Color Hex

#C755CC
(199,85,204)
0 Favorites   0 Comments

Color spaces of #c755cc

RGB 19985204
HSL0.830.540.57
HSV297°58°80°
CMYK 0.020.580.00   0.20
XYZ37.700822.998759.5789
Yxy22.99870.31340.1912
Hunter Lab47.957056.4010-40.0885
CIE-Lab55.071061.0326-41.0478

#c755cc color RGB value is (199,85,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010101 11001100
Octal 307 125 314
Decimal 199 85 204
Hex C7 55 CC

RGB Percentages of Color #c755cc

%40.78
%17.42
%41.80

CMYK Percentages of Color #c755cc

%2
%58
%0
%20

Triadic Colors of #c755cc

#c755cc #ccc755 #55ccc7

Analogous Colors of #c755cc

#c755cc #cc5596 #8c55cc

Monochromatic Colors of #c755cc

#c755cc

Complementary Color

#c755cc #5acc55

#c755cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c755cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c755cc Color CSS Codes

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

#c755cc Text Font Color

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

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


#c755cc Background Color

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

This div background color is #c755cc


#c755cc Border Color

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

This div border color is #c755cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c755cc


Comments

No comments written yet.

Please login to write comment.