Color Hex Logo

#e990fd Color Hex

#E990FD
(233,144,253)
0 Favorites   0 Comments

Color spaces of #e990fd

RGB 233144253
HSL0.800.960.78
HSV289°43°99°
CMYK 0.080.430.00   0.01
XYZ61.307244.362098.2600
Yxy44.36200.30060.2175
Hunter Lab66.604847.7441-40.8453
CIE-Lab72.469850.6752-40.7378

#e990fd color RGB value is (233,144,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010000 11111101
Octal 351 220 375
Decimal 233 144 253
Hex E9 90 FD

RGB Percentages of Color #e990fd

%36.98
%22.86
%40.16

CMYK Percentages of Color #e990fd

%8
%43
%0
%1

Triadic Colors of #e990fd

#e990fd #fde990 #90fde9

Analogous Colors of #e990fd

#e990fd #fd90db #b390fd

Monochromatic Colors of #e990fd

#e990fd

Complementary Color

#e990fd #a4fd90

#e990fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e990fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e990fd Color CSS Codes

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

#e990fd Text Font Color

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

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


#e990fd Background Color

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

This div background color is #e990fd


#e990fd Border Color

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

This div border color is #e990fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e990fd

Related Colors


Comments

No comments written yet.

Please login to write comment.