Color Hex Logo

#e69bfa Color Hex

#E69BFA
(230,155,250)
0 Favorites   0 Comments

Color spaces of #e69bfa

RGB 230155250
HSL0.800.900.79
HSV287°38°98°
CMYK 0.080.380.00   0.02
XYZ61.609847.167896.2996
Yxy47.16780.30040.2300
Hunter Lab68.678839.9393-35.0597
CIE-Lab74.297043.5091-36.2936

#e69bfa color RGB value is (230,155,250).

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

The process color (four color CMYK) of #e69bfa color hex is 0.08, 0.38, 0.00, 0.02. Web safe color of #e69bfa is #ff99ff. Color #e69bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10011011 11111010
Octal 346 233 372
Decimal 230 155 250
Hex E6 9B FA

RGB Percentages of Color #e69bfa

%36.22
%24.41
%39.37

CMYK Percentages of Color #e69bfa

%8
%38
%0
%2

Triadic Colors of #e69bfa

#e69bfa #fae69b #9bfae6

Analogous Colors of #e69bfa

#e69bfa #fa9bdf #b79bfa

Monochromatic Colors of #e69bfa

#e69bfa

Complementary Color

#e69bfa #affa9b

#e69bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e69bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e69bfa Color CSS Codes

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

#e69bfa Text Font Color

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

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


#e69bfa Background Color

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

This div background color is #e69bfa


#e69bfa Border Color

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

This div border color is #e69bfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,155,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e69bfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e69bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.