Color Hex Logo

#e759cc Color Hex

#E759CC
(231,89,204)
0 Favorites   0 Comments

Color spaces of #e759cc

RGB 23189204
HSL0.870.750.63
HSV311°61°91°
CMYK 0.000.610.12   0.09
XYZ47.426528.493360.1268
Yxy28.49330.34860.2094
Hunter Lab53.379165.1810-29.4195
CIE-Lab60.331867.5636-32.4773

#e759cc color RGB value is (231,89,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011001 11001100
Octal 347 131 314
Decimal 231 89 204
Hex E7 59 CC

RGB Percentages of Color #e759cc

%44.08
%16.98
%38.93

CMYK Percentages of Color #e759cc

%0
%61
%12
%9

Triadic Colors of #e759cc

#e759cc #cce759 #59cce7

Analogous Colors of #e759cc

#e759cc #e75985 #bb59e7

Monochromatic Colors of #e759cc

#e759cc

Complementary Color

#e759cc #59e774

#e759cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e759cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e759cc Color CSS Codes

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

#e759cc Text Font Color

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

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


#e759cc Background Color

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

This div background color is #e759cc


#e759cc Border Color

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

This div border color is #e759cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,89,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e759cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e759cc


Comments

No comments written yet.

Please login to write comment.