Color Hex Logo

#e25cea Color Hex

#E25CEA
(226,92,234)
0 Favorites   0 Comments

Color spaces of #e25cea

RGB 22692234
HSL0.820.770.64
HSV297°61°92°
CMYK 0.030.610.00   0.08
XYZ50.042529.763680.9493
Yxy29.76360.31130.1851
Hunter Lab54.556068.2593-49.7843
CIE-Lab61.449769.9067-47.6477

#e25cea color RGB value is (226,92,234).

#e25cea hex color red value is 226, green value is 92 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e25cea hue: 0.82 , saturation: 0.77 and the lightness value of e25cea is 0.64.

The process color (four color CMYK) of #e25cea color hex is 0.03, 0.61, 0.00, 0.08. Web safe color of #e25cea is #cc66ff. Color #e25cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011100 11101010
Octal 342 134 352
Decimal 226 92 234
Hex E2 5C EA

RGB Percentages of Color #e25cea

%40.94
%16.67
%42.39

CMYK Percentages of Color #e25cea

%3
%61
%0
%8

Triadic Colors of #e25cea

#e25cea #eae25c #5ceae2

Analogous Colors of #e25cea

#e25cea #ea5cab #9b5cea

Monochromatic Colors of #e25cea

#e25cea

Complementary Color

#e25cea #64ea5c

#e25cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25cea Color CSS Codes

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

#e25cea Text Font Color

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

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


#e25cea Background Color

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

This div background color is #e25cea


#e25cea Border Color

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

This div border color is #e25cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25cea


Comments

No comments written yet.

Please login to write comment.