Color Hex Logo

#e25dff Color Hex

#E25DFF
(226,93,255)
0 Favorites   0 Comments

Color spaces of #e25dff

RGB 22693255
HSL0.801.000.68
HSV289°64°100°
CMYK 0.110.640.00   0.00
XYZ53.328431.217597.8226
Yxy31.21750.29240.1712
Hunter Lab55.872672.5947-64.6950
CIE-Lab62.690873.2073-57.3110

#e25dff color RGB value is (226,93,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011101 11111111
Octal 342 135 377
Decimal 226 93 255
Hex E2 5D FF

RGB Percentages of Color #e25dff

%39.37
%16.20
%44.43

CMYK Percentages of Color #e25dff

%11
%64
%0
%0

Triadic Colors of #e25dff

#e25dff #ffe25d #5dffe2

Analogous Colors of #e25dff

#e25dff #ff5dcb #915dff

Monochromatic Colors of #e25dff

#e25dff

Complementary Color

#e25dff #7aff5d

#e25dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25dff Color CSS Codes

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

#e25dff Text Font Color

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

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


#e25dff Background Color

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

This div background color is #e25dff


#e25dff Border Color

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

This div border color is #e25dff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,93,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 #e25dff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25dff

Related Colors


Comments

No comments written yet.

Please login to write comment.