Color Hex Logo

#e384fd Color Hex

#E384FD
(227,132,253)
0 Favorites   0 Comments

Color spaces of #e384fd

RGB 227132253
HSL0.800.970.75
HSV287°48°99°
CMYK 0.100.480.00   0.01
XYZ57.659439.925397.5959
Yxy39.92530.29540.2046
Hunter Lab63.186552.3099-47.3470
CIE-Lab69.416355.0928-45.5661

#e384fd color RGB value is (227,132,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10000100 11111101
Octal 343 204 375
Decimal 227 132 253
Hex E3 84 FD

RGB Percentages of Color #e384fd

%37.09
%21.57
%41.34

CMYK Percentages of Color #e384fd

%10
%48
%0
%1

Triadic Colors of #e384fd

#e384fd #fde384 #84fde3

Analogous Colors of #e384fd

#e384fd #fd84db #a784fd

Monochromatic Colors of #e384fd

#e384fd

Complementary Color

#e384fd #9efd84

#e384fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e384fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e384fd Color CSS Codes

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

#e384fd Text Font Color

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

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


#e384fd Background Color

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

This div background color is #e384fd


#e384fd Border Color

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

This div border color is #e384fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e384fd


Comments

No comments written yet.

Please login to write comment.