Color Hex Logo

#e25dfb Color Hex

#E25DFB
(226,93,251)
0 Favorites   0 Comments

Color spaces of #e25dfb

RGB 22693251
HSL0.810.950.67
HSV291°63°98°
CMYK 0.100.630.00   0.02
XYZ52.691030.962594.4660
Yxy30.96250.29580.1738
Hunter Lab55.644071.6503-61.7051
CIE-Lab62.476072.4838-55.4483

#e25dfb color RGB value is (226,93,251).

#e25dfb hex color red value is 226, green value is 93 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e25dfb hue: 0.81 , saturation: 0.95 and the lightness value of e25dfb is 0.67.

The process color (four color CMYK) of #e25dfb color hex is 0.10, 0.63, 0.00, 0.02. Web safe color of #e25dfb is #cc66ff. Color #e25dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011101 11111011
Octal 342 135 373
Decimal 226 93 251
Hex E2 5D FB

RGB Percentages of Color #e25dfb

%39.65
%16.32
%44.04

CMYK Percentages of Color #e25dfb

%10
%63
%0
%2

Triadic Colors of #e25dfb

#e25dfb #fbe25d #5dfbe2

Analogous Colors of #e25dfb

#e25dfb #fb5dc5 #935dfb

Monochromatic Colors of #e25dfb

#e25dfb

Complementary Color

#e25dfb #76fb5d

#e25dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25dfb Color CSS Codes

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

#e25dfb Text Font Color

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

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


#e25dfb Background Color

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

This div background color is #e25dfb


#e25dfb Border Color

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

This div border color is #e25dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25dfb


Comments

No comments written yet.

Please login to write comment.