Color Hex Logo

#e07bef Color Hex

#E07BEF
(224,123,239)
0 Favorites   0 Comments

Color spaces of #e07bef

RGB 224123239
HSL0.810.780.71
HSV292°49°94°
CMYK 0.060.490.00   0.06
XYZ53.403436.245285.8427
Yxy36.24520.30430.2065
Hunter Lab60.204052.9798-42.3967
CIE-Lab66.706956.0900-42.1633

#e07bef color RGB value is (224,123,239).

#e07bef hex color red value is 224, green value is 123 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e07bef hue: 0.81 , saturation: 0.78 and the lightness value of e07bef is 0.71.

The process color (four color CMYK) of #e07bef color hex is 0.06, 0.49, 0.00, 0.06. Web safe color of #e07bef is #cc66ff. Color #e07bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111011 11101111
Octal 340 173 357
Decimal 224 123 239
Hex E0 7B EF

RGB Percentages of Color #e07bef

%38.23
%20.99
%40.78

CMYK Percentages of Color #e07bef

%6
%49
%0
%6

Triadic Colors of #e07bef

#e07bef #efe07b #7befe0

Analogous Colors of #e07bef

#e07bef #ef7bc4 #a67bef

Monochromatic Colors of #e07bef

#e07bef

Complementary Color

#e07bef #8aef7b

#e07bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07bef Color CSS Codes

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

#e07bef Text Font Color

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

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


#e07bef Background Color

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

This div background color is #e07bef


#e07bef Border Color

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

This div border color is #e07bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07bef


Comments

No comments written yet.

Please login to write comment.