Color Hex Logo

#e07ffd Color Hex

#E07FFD
(224,127,253)
0 Favorites   0 Comments

Color spaces of #e07ffd

RGB 224127253
HSL0.790.970.75
HSV286°50°99°
CMYK 0.110.500.00   0.01
XYZ56.059538.117997.3313
Yxy38.11790.29270.1990
Hunter Lab61.739754.0331-50.2516
CIE-Lab68.107456.7829-47.6484

#e07ffd color RGB value is (224,127,253).

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

The process color (four color CMYK) of #e07ffd color hex is 0.11, 0.50, 0.00, 0.01. Web safe color of #e07ffd is #cc66ff. Color #e07ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111111 11111101
Octal 340 177 375
Decimal 224 127 253
Hex E0 7F FD

RGB Percentages of Color #e07ffd

%37.09
%21.03
%41.89

CMYK Percentages of Color #e07ffd

%11
%50
%0
%1

Triadic Colors of #e07ffd

#e07ffd #fde07f #7ffde0

Analogous Colors of #e07ffd

#e07ffd #fd7fdb #a17ffd

Monochromatic Colors of #e07ffd

#e07ffd

Complementary Color

#e07ffd #9cfd7f

#e07ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07ffd Color CSS Codes

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

#e07ffd Text Font Color

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

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


#e07ffd Background Color

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

This div background color is #e07ffd


#e07ffd Border Color

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

This div border color is #e07ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.