Color Hex Logo

#e154ca Color Hex

#E154CA
(225,84,202)
0 Favorites   0 Comments

Color spaces of #e154ca

RGB 22584202
HSL0.860.700.61
HSV310°63°88°
CMYK 0.000.630.10   0.12
XYZ44.882326.612558.6483
Yxy26.61250.34490.2045
Hunter Lab51.587365.0219-31.2942
CIE-Lab58.613967.7461-34.0831

#e154ca color RGB value is (225,84,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010100 11001010
Octal 341 124 312
Decimal 225 84 202
Hex E1 54 CA

RGB Percentages of Color #e154ca

%44.03
%16.44
%39.53

CMYK Percentages of Color #e154ca

%0
%63
%10
%12

Triadic Colors of #e154ca

#e154ca #cae154 #54cae1

Analogous Colors of #e154ca

#e154ca #e15484 #b254e1

Monochromatic Colors of #e154ca

#e154ca

Complementary Color

#e154ca #54e16b

#e154ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e154ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e154ca Color CSS Codes

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

#e154ca Text Font Color

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

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


#e154ca Background Color

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

This div background color is #e154ca


#e154ca Border Color

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

This div border color is #e154ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e154ca


Comments

No comments written yet.

Please login to write comment.