Color Hex Logo

#e25fed Color Hex

#E25FED
(226,95,237)
0 Favorites   0 Comments

Color spaces of #e25fed

RGB 22695237
HSL0.820.800.65
HSV295°60°93°
CMYK 0.050.600.00   0.07
XYZ50.742330.467683.3272
Yxy30.46760.30840.1852
Hunter Lab55.197567.4971-50.8672
CIE-Lab62.055669.1684-48.3601

#e25fed color RGB value is (226,95,237).

#e25fed hex color red value is 226, green value is 95 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e25fed hue: 0.82 , saturation: 0.80 and the lightness value of e25fed is 0.65.

The process color (four color CMYK) of #e25fed color hex is 0.05, 0.60, 0.00, 0.07. Web safe color of #e25fed is #cc66ff. Color #e25fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011111 11101101
Octal 342 137 355
Decimal 226 95 237
Hex E2 5F ED

RGB Percentages of Color #e25fed

%40.50
%17.03
%42.47

CMYK Percentages of Color #e25fed

%5
%60
%0
%7

Triadic Colors of #e25fed

#e25fed #ede25f #5fede2

Analogous Colors of #e25fed

#e25fed #ed5fb1 #9b5fed

Monochromatic Colors of #e25fed

#e25fed

Complementary Color

#e25fed #6aed5f

#e25fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25fed Color CSS Codes

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

#e25fed Text Font Color

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

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


#e25fed Background Color

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

This div background color is #e25fed


#e25fed Border Color

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

This div border color is #e25fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25fed


Comments

No comments written yet.

Please login to write comment.