color codes Logo

#e890fd color codes

#E890FD
(232,144,253)
0 Favorites   0 Comments

Color spaces of #e890fd

RGB 232144253
HSL0.800.960.78
HSV288°43°99°
CMYK 0.080.430.00   0.01
XYZ60.981644.194298.2448
Yxy44.19420.29980.2173
Hunter Lab66.478747.4021-41.0859
CIE-Lab72.358150.3905-40.9204

#e890fd color RGB value is (232,144,253).

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

The process color (four color CMYK) of #e890fd color code is 0.08, 0.43, 0.00, 0.01. Web safe color of #e890fd is #ff99ff. Color #e890fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10010000 11111101
Octal 350 220 375
Decimal 232 144 253
Hex E8 90 FD

RGB Percentages of Color #e890fd

%36.88
%22.89
%40.22

CMYK Percentages of Color #e890fd

%8
%43
%0
%1

Triadic Colors of #e890fd

#e890fd #fde890 #90fde8

Analogous Colors of #e890fd

#e890fd #fd90dc #b290fd

Monochromatic Colors of #e890fd

#e890fd

Complementary Color

#e890fd #a5fd90

#e890fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e890fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e890fd Color CSS Codes

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

#e890fd Text Font Color

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

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


#e890fd Background Color

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

This div background color is #e890fd


#e890fd Border Color

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

This div border color is #e890fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e890fd


Comments

No comments written yet.

Please login to write comment.