Color Hex Logo

#e25ffd Color Hex

#E25FFD
(226,95,253)
0 Favorites   0 Comments

Color spaces of #e25ffd

RGB 22695253
HSL0.800.980.68
HSV290°62°99°
CMYK 0.110.620.00   0.01
XYZ53.185931.445096.1948
Yxy31.44500.29410.1739
Hunter Lab56.075871.1680-62.4554
CIE-Lab62.881572.0177-55.9057

#e25ffd color RGB value is (226,95,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011111 11111101
Octal 342 137 375
Decimal 226 95 253
Hex E2 5F FD

RGB Percentages of Color #e25ffd

%39.37
%16.55
%44.08

CMYK Percentages of Color #e25ffd

%11
%62
%0
%1

Triadic Colors of #e25ffd

#e25ffd #fde25f #5ffde2

Analogous Colors of #e25ffd

#e25ffd #fd5fc9 #935ffd

Monochromatic Colors of #e25ffd

#e25ffd

Complementary Color

#e25ffd #7afd5f

#e25ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25ffd Color CSS Codes

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

#e25ffd Text Font Color

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

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


#e25ffd Background Color

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

This div background color is #e25ffd


#e25ffd Border Color

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

This div border color is #e25ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.