Color Hex Logo

#e07bff Color Hex

#E07BFF
(224,123,255)
0 Favorites   0 Comments

Color spaces of #e07bff

RGB 224123255
HSL0.791.000.74
HSV286°52°100°
CMYK 0.120.520.00   0.00
XYZ55.873437.233298.8496
Yxy37.23320.29110.1940
Hunter Lab61.019056.6642-53.3353
CIE-Lab67.451659.1451-49.7757

#e07bff color RGB value is (224,123,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111011 11111111
Octal 340 173 377
Decimal 224 123 255
Hex E0 7B FF

RGB Percentages of Color #e07bff

%37.21
%20.43
%42.36

CMYK Percentages of Color #e07bff

%12
%52
%0
%0

Triadic Colors of #e07bff

#e07bff #ffe07b #7bffe0

Analogous Colors of #e07bff

#e07bff #ff7bdc #9e7bff

Monochromatic Colors of #e07bff

#e07bff

Complementary Color

#e07bff #9aff7b

#e07bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07bff Color CSS Codes

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

#e07bff Text Font Color

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

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


#e07bff Background Color

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

This div background color is #e07bff


#e07bff Border Color

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

This div border color is #e07bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07bff

#e07bff Color Palettes


Comments

No comments written yet.

Please login to write comment.