Color Hex Logo

#e754ec Color Hex

#E754EC
(231,84,236)
0 Favorites   0 Comments

Color spaces of #e754ec

RGB 23184236
HSL0.830.800.63
HSV298°64°93°
CMYK 0.020.640.00   0.07
XYZ51.265629.385782.3269
Yxy29.38570.31460.1803
Hunter Lab54.208673.9442-52.0981
CIE-Lab61.120574.5884-49.2373

#e754ec color RGB value is (231,84,236).

#e754ec hex color red value is 231, green value is 84 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e754ec hue: 0.83 , saturation: 0.80 and the lightness value of e754ec is 0.63.

The process color (four color CMYK) of #e754ec color hex is 0.02, 0.64, 0.00, 0.07. Web safe color of #e754ec is #ff66ff. Color #e754ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010100 11101100
Octal 347 124 354
Decimal 231 84 236
Hex E7 54 EC

RGB Percentages of Color #e754ec

%41.92
%15.25
%42.83

CMYK Percentages of Color #e754ec

%2
%64
%0
%7

Triadic Colors of #e754ec

#e754ec #ece754 #54ece7

Analogous Colors of #e754ec

#e754ec #ec54a5 #9b54ec

Monochromatic Colors of #e754ec

#e754ec

Complementary Color

#e754ec #59ec54

#e754ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e754ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e754ec Color CSS Codes

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

#e754ec Text Font Color

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

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


#e754ec Background Color

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

This div background color is #e754ec


#e754ec Border Color

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

This div border color is #e754ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e754ec


Comments

No comments written yet.

Please login to write comment.