Color Hex Logo

#e399fd Color Hex

#E399FD
(227,153,253)
0 Favorites   0 Comments

Color spaces of #e399fd

RGB 227153253
HSL0.790.960.80
HSV284°40°99°
CMYK 0.100.400.00   0.01
XYZ60.799446.205298.6425
Yxy46.20520.29560.2247
Hunter Lab67.974440.7033-38.4579
CIE-Lab73.678544.2693-38.9044

#e399fd color RGB value is (227,153,253).

#e399fd hex color red value is 227, green value is 153 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e399fd hue: 0.79 , saturation: 0.96 and the lightness value of e399fd is 0.80.

The process color (four color CMYK) of #e399fd color hex is 0.10, 0.40, 0.00, 0.01. Web safe color of #e399fd is #cc99ff. Color #e399fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011001 11111101
Octal 343 231 375
Decimal 227 153 253
Hex E3 99 FD

RGB Percentages of Color #e399fd

%35.86
%24.17
%39.97

CMYK Percentages of Color #e399fd

%10
%40
%0
%1

Triadic Colors of #e399fd

#e399fd #fde399 #99fde3

Analogous Colors of #e399fd

#e399fd #fd99e5 #b199fd

Monochromatic Colors of #e399fd

#e399fd

Complementary Color

#e399fd #b3fd99

#e399fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e399fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e399fd Color CSS Codes

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

#e399fd Text Font Color

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

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


#e399fd Background Color

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

This div background color is #e399fd


#e399fd Border Color

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

This div border color is #e399fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e399fd


Comments

No comments written yet.

Please login to write comment.