Color Hex Logo

#c655dc Color Hex

#C655DC
(198,85,220)
0 Favorites   0 Comments

Color spaces of #c655dc

RGB 19885220
HSL0.810.660.60
HSV290°61°86°
CMYK 0.100.610.00   0.14
XYZ39.455523.670170.1994
Yxy23.67010.29590.1775
Hunter Lab48.651959.6182-51.4926
CIE-Lab55.756063.6935-49.0605

#c655dc color RGB value is (198,85,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010101 11011100
Octal 306 125 334
Decimal 198 85 220
Hex C6 55 DC

RGB Percentages of Color #c655dc

%39.36
%16.90
%43.74

CMYK Percentages of Color #c655dc

%10
%61
%0
%14

Triadic Colors of #c655dc

#c655dc #dcc655 #55dcc6

Analogous Colors of #c655dc

#c655dc #dc55af #8355dc

Monochromatic Colors of #c655dc

#c655dc

Complementary Color

#c655dc #6bdc55

#c655dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c655dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c655dc Color CSS Codes

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

#c655dc Text Font Color

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

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


#c655dc Background Color

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

This div background color is #c655dc


#c655dc Border Color

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

This div border color is #c655dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c655dc


Comments

No comments written yet.

Please login to write comment.