Color Hex Logo

#e25ac0 Color Hex

#E25AC0
(226,90,192)
0 Favorites   0 Comments

Color spaces of #e25ac0

RGB 22690192
HSL0.880.700.62
HSV315°60°89°
CMYK 0.000.600.15   0.11
XYZ44.534627.286952.7888
Yxy27.28690.35740.2190
Hunter Lab52.236960.7659-23.3507
CIE-Lab59.238964.0440-27.3949

#e25ac0 color RGB value is (226,90,192).

#e25ac0 hex color red value is 226, green value is 90 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #e25ac0 hue: 0.88 , saturation: 0.70 and the lightness value of e25ac0 is 0.62.

The process color (four color CMYK) of #e25ac0 color hex is 0.00, 0.60, 0.15, 0.11. Web safe color of #e25ac0 is #cc66cc. Color #e25ac0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011010 11000000
Octal 342 132 300
Decimal 226 90 192
Hex E2 5A C0

RGB Percentages of Color #e25ac0

%44.49
%17.72
%37.80

CMYK Percentages of Color #e25ac0

%0
%60
%15
%11

Triadic Colors of #e25ac0

#e25ac0 #c0e25a #5ac0e2

Analogous Colors of #e25ac0

#e25ac0 #e25a7c #c05ae2

Monochromatic Colors of #e25ac0

#e25ac0

Complementary Color

#e25ac0 #5ae27c

#e25ac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25ac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25ac0 Color CSS Codes

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

#e25ac0 Text Font Color

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

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


#e25ac0 Background Color

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

This div background color is #e25ac0


#e25ac0 Border Color

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

This div border color is #e25ac0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,90,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e25ac0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e25ac0;
  -webkit-box-shadow: 1px 1px 3px 2px #e25ac0;
  box-shadow:         1px 1px 3px 2px #e25ac0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,90,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25ac0


Comments

No comments written yet.

Please login to write comment.