Color Hex Logo

#e25bff Color Hex

#E25BFF
(226,91,255)
0 Favorites   0 Comments

Color spaces of #e25bff

RGB 22691255
HSL0.801.000.68
HSV289°64°100°
CMYK 0.110.640.00   0.00
XYZ53.155130.870997.7648
Yxy30.87090.29240.1698
Hunter Lab55.561673.5360-65.4321
CIE-Lab62.398574.0201-57.7769

#e25bff color RGB value is (226,91,255).

#e25bff hex color red value is 226, green value is 91 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e25bff hue: 0.80 , saturation: 1.00 and the lightness value of e25bff is 0.68.

The process color (four color CMYK) of #e25bff color hex is 0.11, 0.64, 0.00, 0.00. Web safe color of #e25bff is #cc66ff. Color #e25bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011011 11111111
Octal 342 133 377
Decimal 226 91 255
Hex E2 5B FF

RGB Percentages of Color #e25bff

%39.51
%15.91
%44.58

CMYK Percentages of Color #e25bff

%11
%64
%0
%0

Triadic Colors of #e25bff

#e25bff #ffe25b #5bffe2

Analogous Colors of #e25bff

#e25bff #ff5bca #905bff

Monochromatic Colors of #e25bff

#e25bff

Complementary Color

#e25bff #78ff5b

#e25bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25bff Color CSS Codes

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

#e25bff Text Font Color

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

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


#e25bff Background Color

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

This div background color is #e25bff


#e25bff Border Color

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

This div border color is #e25bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25bff

Related Colors


Comments

No comments written yet.

Please login to write comment.