Color Hex Logo

#e759cd Color Hex

#E759CD
(231,89,205)
0 Favorites   0 Comments

Color spaces of #e759cd

RGB 23189205
HSL0.860.750.63
HSV311°61°91°
CMYK 0.000.610.11   0.09
XYZ47.546828.541560.7607
Yxy28.54150.34740.2086
Hunter Lab53.424265.3700-30.0350
CIE-Lab60.374867.7133-32.9778

#e759cd color RGB value is (231,89,205).

#e759cd hex color red value is 231, green value is 89 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e759cd hue: 0.86 , saturation: 0.75 and the lightness value of e759cd is 0.63.

The process color (four color CMYK) of #e759cd color hex is 0.00, 0.61, 0.11, 0.09. Web safe color of #e759cd is #ff66cc. Color #e759cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011001 11001101
Octal 347 131 315
Decimal 231 89 205
Hex E7 59 CD

RGB Percentages of Color #e759cd

%44.00
%16.95
%39.05

CMYK Percentages of Color #e759cd

%0
%61
%11
%9

Triadic Colors of #e759cd

#e759cd #cde759 #59cde7

Analogous Colors of #e759cd

#e759cd #e75986 #ba59e7

Monochromatic Colors of #e759cd

#e759cd

Complementary Color

#e759cd #59e773

#e759cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e759cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e759cd Color CSS Codes

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

#e759cd Text Font Color

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

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


#e759cd Background Color

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

This div background color is #e759cd


#e759cd Border Color

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

This div border color is #e759cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e759cd


Comments

No comments written yet.

Please login to write comment.