Color Hex Logo

#c759cd Color Hex

#C759CD
(199,89,205)
0 Favorites   0 Comments

Color spaces of #c759cd

RGB 19989205
HSL0.820.540.58
HSV297°57°80°
CMYK 0.030.570.00   0.20
XYZ38.145023.694660.3207
Yxy23.69460.31230.1940
Hunter Lab48.677154.6936-39.3982
CIE-Lab55.780759.4107-40.5002

#c759cd color RGB value is (199,89,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01011001 11001101
Octal 307 131 315
Decimal 199 89 205
Hex C7 59 CD

RGB Percentages of Color #c759cd

%40.37
%18.05
%41.58

CMYK Percentages of Color #c759cd

%3
%57
%0
%20

Triadic Colors of #c759cd

#c759cd #cdc759 #59cdc7

Analogous Colors of #c759cd

#c759cd #cd5999 #8d59cd

Monochromatic Colors of #c759cd

#c759cd

Complementary Color

#c759cd #5fcd59

#c759cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c759cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c759cd Color CSS Codes

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

#c759cd Text Font Color

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

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


#c759cd Background Color

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

This div background color is #c759cd


#c759cd Border Color

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

This div border color is #c759cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c759cd


Comments

No comments written yet.

Please login to write comment.