Color Hex Logo

#e56bfa Color Hex

#E56BFA
(229,107,250)
0 Favorites   0 Comments

Color spaces of #e56bfa

RGB 229107250
HSL0.810.930.70
HSV291°57°98°
CMYK 0.080.570.00   0.02
XYZ54.826134.075594.1301
Yxy34.07550.29950.1862
Hunter Lab58.374265.4955-54.7449
CIE-Lab65.022566.9821-50.8315

#e56bfa color RGB value is (229,107,250).

#e56bfa hex color red value is 229, green value is 107 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e56bfa hue: 0.81 , saturation: 0.93 and the lightness value of e56bfa is 0.70.

The process color (four color CMYK) of #e56bfa color hex is 0.08, 0.57, 0.00, 0.02. Web safe color of #e56bfa is #cc66ff. Color #e56bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01101011 11111010
Octal 345 153 372
Decimal 229 107 250
Hex E5 6B FA

RGB Percentages of Color #e56bfa

%39.08
%18.26
%42.66

CMYK Percentages of Color #e56bfa

%8
%57
%0
%2

Triadic Colors of #e56bfa

#e56bfa #fae56b #6bfae5

Analogous Colors of #e56bfa

#e56bfa #fa6bc8 #9e6bfa

Monochromatic Colors of #e56bfa

#e56bfa

Complementary Color

#e56bfa #80fa6b

#e56bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56bfa Color CSS Codes

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

#e56bfa Text Font Color

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

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


#e56bfa Background Color

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

This div background color is #e56bfa


#e56bfa Border Color

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

This div border color is #e56bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56bfa


Comments

No comments written yet.

Please login to write comment.