Color Hex Logo

#e757cc Color Hex

#E757CC
(231,87,204)
0 Favorites   0 Comments

Color spaces of #e757cc

RGB 23187204
HSL0.860.750.62
HSV311°62°91°
CMYK 0.000.620.12   0.09
XYZ47.262328.164960.0721
Yxy28.16490.34880.2079
Hunter Lab53.070666.0905-29.9626
CIE-Lab60.037468.3744-32.9351

#e757cc color RGB value is (231,87,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010111 11001100
Octal 347 127 314
Decimal 231 87 204
Hex E7 57 CC

RGB Percentages of Color #e757cc

%44.25
%16.67
%39.08

CMYK Percentages of Color #e757cc

%0
%62
%12
%9

Triadic Colors of #e757cc

#e757cc #cce757 #57cce7

Analogous Colors of #e757cc

#e757cc #e75784 #ba57e7

Monochromatic Colors of #e757cc

#e757cc

Complementary Color

#e757cc #57e772

#e757cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e757cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e757cc Color CSS Codes

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

#e757cc Text Font Color

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

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


#e757cc Background Color

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

This div background color is #e757cc


#e757cc Border Color

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

This div border color is #e757cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e757cc


Comments

No comments written yet.

Please login to write comment.