Color Hex Logo

#e07bfe Color Hex

#E07BFE
(224,123,254)
0 Favorites   0 Comments

Color spaces of #e07bfe

RGB 224123254
HSL0.800.980.74
HSV286°52°100°
CMYK 0.120.520.00   0.00
XYZ55.712837.169098.0039
Yxy37.16900.29190.1947
Hunter Lab60.966456.4272-52.6326
CIE-Lab67.403658.9503-49.3046

#e07bfe color RGB value is (224,123,254).

#e07bfe hex color red value is 224, green value is 123 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e07bfe hue: 0.80 , saturation: 0.98 and the lightness value of e07bfe is 0.74.

The process color (four color CMYK) of #e07bfe color hex is 0.12, 0.52, 0.00, 0.00. Web safe color of #e07bfe is #cc66ff. Color #e07bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111011 11111110
Octal 340 173 376
Decimal 224 123 254
Hex E0 7B FE

RGB Percentages of Color #e07bfe

%37.27
%20.47
%42.26

CMYK Percentages of Color #e07bfe

%12
%52
%0
%0

Triadic Colors of #e07bfe

#e07bfe #fee07b #7bfee0

Analogous Colors of #e07bfe

#e07bfe #fe7bdb #9f7bfe

Monochromatic Colors of #e07bfe

#e07bfe

Complementary Color

#e07bfe #99fe7b

#e07bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07bfe Color CSS Codes

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

#e07bfe Text Font Color

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

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


#e07bfe Background Color

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

This div background color is #e07bfe


#e07bfe Border Color

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

This div border color is #e07bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,123,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e07bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e07bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #e07bfe;
  box-shadow:         1px 1px 3px 2px #e07bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,123,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07bfe


Comments

No comments written yet.

Please login to write comment.