Color Hex Logo

#c755dc Color Hex

#C755DC
(199,85,220)
0 Favorites   0 Comments

Color spaces of #c755dc

RGB 19985220
HSL0.810.660.60
HSV291°61°86°
CMYK 0.100.610.00   0.14
XYZ39.720023.806470.2118
Yxy23.80640.29700.1780
Hunter Lab48.791859.9260-51.1645
CIE-Lab55.893463.9326-48.8337

#c755dc color RGB value is (199,85,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010101 11011100
Octal 307 125 334
Decimal 199 85 220
Hex C7 55 DC

RGB Percentages of Color #c755dc

%39.48
%16.87
%43.65

CMYK Percentages of Color #c755dc

%10
%61
%0
%14

Triadic Colors of #c755dc

#c755dc #dcc755 #55dcc7

Analogous Colors of #c755dc

#c755dc #dc55ae #8455dc

Monochromatic Colors of #c755dc

#c755dc

Complementary Color

#c755dc #6adc55

#c755dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c755dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c755dc Color CSS Codes

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

#c755dc Text Font Color

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

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


#c755dc Background Color

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

This div background color is #c755dc


#c755dc Border Color

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

This div border color is #c755dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,85,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 #c755dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c755dc


Comments

No comments written yet.

Please login to write comment.