Color Hex Logo

#e9abfd Color Hex

#E9ABFD
(233,171,253)
0 Favorites   0 Comments

Color spaces of #e9abfd

RGB 233171253
HSL0.790.950.83
HSV285°32°99°
CMYK 0.080.320.00   0.01
XYZ65.896853.541399.7899
Yxy53.54130.30060.2442
Hunter Lab73.171932.7018-29.6378
CIE-Lab78.193536.5262-31.8673

#e9abfd color RGB value is (233,171,253).

#e9abfd hex color red value is 233, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e9abfd hue: 0.79 , saturation: 0.95 and the lightness value of e9abfd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 10101011 11111101
Octal 351 253 375
Decimal 233 171 253
Hex E9 AB FD

RGB Percentages of Color #e9abfd

%35.46
%26.03
%38.51

CMYK Percentages of Color #e9abfd

%8
%32
%0
%1

Triadic Colors of #e9abfd

#e9abfd #fde9ab #abfde9

Analogous Colors of #e9abfd

#e9abfd #fdabe8 #c0abfd

Monochromatic Colors of #e9abfd

#e9abfd

Complementary Color

#e9abfd #bffdab

#e9abfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9abfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9abfd Color CSS Codes

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

#e9abfd Text Font Color

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

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


#e9abfd Background Color

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

This div background color is #e9abfd


#e9abfd Border Color

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

This div border color is #e9abfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9abfd

Related Colors


Comments

No comments written yet.

Please login to write comment.