Color Hex Logo

#c655cd Color Hex

#C655CD
(198,85,205)
0 Favorites   0 Comments

Color spaces of #c655cd

RGB 19885205
HSL0.820.550.57
HSV297°59°80°
CMYK 0.030.590.00   0.20
XYZ37.556622.910560.2003
Yxy22.91050.31120.1899
Hunter Lab47.864956.2942-41.0643
CIE-Lab54.980060.9557-41.7714

#c655cd color RGB value is (198,85,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010101 11001101
Octal 306 125 315
Decimal 198 85 205
Hex C6 55 CD

RGB Percentages of Color #c655cd

%40.57
%17.42
%42.01

CMYK Percentages of Color #c655cd

%3
%59
%0
%20

Triadic Colors of #c655cd

#c655cd #cdc655 #55cdc6

Analogous Colors of #c655cd

#c655cd #cd5598 #8a55cd

Monochromatic Colors of #c655cd

#c655cd

Complementary Color

#c655cd #5ccd55

#c655cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c655cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c655cd Color CSS Codes

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

#c655cd Text Font Color

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

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


#c655cd Background Color

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

This div background color is #c655cd


#c655cd Border Color

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

This div border color is #c655cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c655cd


Comments

No comments written yet.

Please login to write comment.