Color Hex Logo

#e154da Color Hex

#E154DA
(225,84,218)
0 Favorites   0 Comments

Color spaces of #e154da

RGB 22584218
HSL0.840.700.61
HSV303°63°88°
CMYK 0.000.630.03   0.12
XYZ46.876527.410269.1497
Yxy27.41020.32680.1911
Hunter Lab52.354868.2015-41.6614
CIE-Lab59.352170.2475-41.9948

#e154da color RGB value is (225,84,218).

#e154da hex color red value is 225, green value is 84 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e154da hue: 0.84 , saturation: 0.70 and the lightness value of e154da is 0.61.

The process color (four color CMYK) of #e154da color hex is 0.00, 0.63, 0.03, 0.12. Web safe color of #e154da is #cc66cc. Color #e154da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010100 11011010
Octal 341 124 332
Decimal 225 84 218
Hex E1 54 DA

RGB Percentages of Color #e154da

%42.69
%15.94
%41.37

CMYK Percentages of Color #e154da

%0
%63
%3
%12

Triadic Colors of #e154da

#e154da #dae154 #54dae1

Analogous Colors of #e154da

#e154da #e15494 #a254e1

Monochromatic Colors of #e154da

#e154da

Complementary Color

#e154da #54e15b

#e154da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e154da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e154da Color CSS Codes

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

#e154da Text Font Color

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

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


#e154da Background Color

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

This div background color is #e154da


#e154da Border Color

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

This div border color is #e154da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e154da


Comments

No comments written yet.

Please login to write comment.