Color Hex Logo

#e754dc Color Hex

#E754DC
(231,84,220)
0 Favorites   0 Comments

Color spaces of #e754dc

RGB 23184220
HSL0.850.750.62
HSV304°64°91°
CMYK 0.000.640.05   0.09
XYZ49.043628.496970.6257
Yxy28.49690.33100.1923
Hunter Lab53.382570.5723-41.0737
CIE-Lab60.335072.0069-41.5147

#e754dc color RGB value is (231,84,220).

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

The process color (four color CMYK) of #e754dc color hex is 0.00, 0.64, 0.05, 0.09. Web safe color of #e754dc is #ff66cc. Color #e754dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010100 11011100
Octal 347 124 334
Decimal 231 84 220
Hex E7 54 DC

RGB Percentages of Color #e754dc

%43.18
%15.70
%41.12

CMYK Percentages of Color #e754dc

%0
%64
%5
%9

Triadic Colors of #e754dc

#e754dc #dce754 #54dce7

Analogous Colors of #e754dc

#e754dc #e75493 #a954e7

Monochromatic Colors of #e754dc

#e754dc

Complementary Color

#e754dc #54e75f

#e754dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e754dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e754dc Color CSS Codes

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

#e754dc Text Font Color

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

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


#e754dc Background Color

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

This div background color is #e754dc


#e754dc Border Color

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

This div border color is #e754dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e754dc


Comments

No comments written yet.

Please login to write comment.