Color Hex Logo

#e15cfd Color Hex

#E15CFD
(225,92,253)
0 Favorites   0 Comments

Color spaces of #e15cfd

RGB 22592253
HSL0.800.980.68
HSV290°64°99°
CMYK 0.110.640.00   0.01
XYZ52.608130.753796.0918
Yxy30.75370.29320.1714
Hunter Lab55.456072.2852-63.9159
CIE-Lab62.299273.0303-56.8413

#e15cfd color RGB value is (225,92,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01011100 11111101
Octal 341 134 375
Decimal 225 92 253
Hex E1 5C FD

RGB Percentages of Color #e15cfd

%39.47
%16.14
%44.39

CMYK Percentages of Color #e15cfd

%11
%64
%0
%1

Triadic Colors of #e15cfd

#e15cfd #fde15c #5cfde1

Analogous Colors of #e15cfd

#e15cfd #fd5cc9 #915cfd

Monochromatic Colors of #e15cfd

#e15cfd

Complementary Color

#e15cfd #78fd5c

#e15cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e15cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e15cfd Color CSS Codes

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

#e15cfd Text Font Color

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

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


#e15cfd Background Color

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

This div background color is #e15cfd


#e15cfd Border Color

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

This div border color is #e15cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e15cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.