Color Hex Logo

#e754da Color Hex

#E754DA
(231,84,218)
0 Favorites   0 Comments

Color spaces of #e754da

RGB 23184218
HSL0.850.750.62
HSV305°64°91°
CMYK 0.000.640.06   0.09
XYZ48.780228.391569.2388
Yxy28.39150.33320.1939
Hunter Lab53.283770.1670-39.7451
CIE-Lab60.240871.6938-40.5364

#e754da color RGB value is (231,84,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01010100 11011010
Octal 347 124 332
Decimal 231 84 218
Hex E7 54 DA

RGB Percentages of Color #e754da

%43.34
%15.76
%40.90

CMYK Percentages of Color #e754da

%0
%64
%6
%9

Triadic Colors of #e754da

#e754da #dae754 #54dae7

Analogous Colors of #e754da

#e754da #e75491 #ab54e7

Monochromatic Colors of #e754da

#e754da

Complementary Color

#e754da #54e761

#e754da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e754da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e754da Color CSS Codes

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

#e754da Text Font Color

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

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


#e754da Background Color

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

This div background color is #e754da


#e754da Border Color

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

This div border color is #e754da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e754da


Comments

No comments written yet.

Please login to write comment.