Color Hex Logo

#e07dff Color Hex

#E07DFF
(224,125,255)
0 Favorites   0 Comments

Color spaces of #e07dff

RGB 224125255
HSL0.791.000.75
HSV286°51°100°
CMYK 0.120.510.00   0.00
XYZ56.124137.734598.9332
Yxy37.73450.29110.1957
Hunter Lab61.428455.5869-52.4893
CIE-Lab67.824558.1635-49.1874

#e07dff color RGB value is (224,125,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111101 11111111
Octal 340 175 377
Decimal 224 125 255
Hex E0 7D FF

RGB Percentages of Color #e07dff

%37.09
%20.70
%42.22

CMYK Percentages of Color #e07dff

%12
%51
%0
%0

Triadic Colors of #e07dff

#e07dff #ffe07d #7dffe0

Analogous Colors of #e07dff

#e07dff #ff7ddd #9f7dff

Monochromatic Colors of #e07dff

#e07dff

Complementary Color

#e07dff #9cff7d

#e07dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07dff Color CSS Codes

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

#e07dff Text Font Color

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

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


#e07dff Background Color

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

This div background color is #e07dff


#e07dff Border Color

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

This div border color is #e07dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07dff

Related Colors


Comments

No comments written yet.

Please login to write comment.