Color Hex Logo

#e19bfd Color Hex

#E19BFD
(225,155,253)
0 Favorites   0 Comments

Color spaces of #e19bfd

RGB 225155253
HSL0.790.960.80
HSV283°39°99°
CMYK 0.110.390.00   0.01
XYZ60.502346.542198.7232
Yxy46.54210.29400.2262
Hunter Lab68.221838.9142-38.0429
CIE-Lab73.895942.6292-38.5822

#e19bfd color RGB value is (225,155,253).

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

The process color (four color CMYK) of #e19bfd color hex is 0.11, 0.39, 0.00, 0.01. Web safe color of #e19bfd is #cc99ff. Color #e19bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10011011 11111101
Octal 341 233 375
Decimal 225 155 253
Hex E1 9B FD

RGB Percentages of Color #e19bfd

%35.55
%24.49
%39.97

CMYK Percentages of Color #e19bfd

%11
%39
%0
%1

Triadic Colors of #e19bfd

#e19bfd #fde19b #9bfde1

Analogous Colors of #e19bfd

#e19bfd #fd9be8 #b09bfd

Monochromatic Colors of #e19bfd

#e19bfd

Complementary Color

#e19bfd #b7fd9b

#e19bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e19bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e19bfd Color CSS Codes

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

#e19bfd Text Font Color

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

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


#e19bfd Background Color

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

This div background color is #e19bfd


#e19bfd Border Color

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

This div border color is #e19bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e19bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.