Color Hex Logo

#e84df7 Color Hex

#E84DF7
(232,77,247)
0 Favorites   0 Comments

Color spaces of #e84df7

RGB 23277247
HSL0.820.910.64
HSV295°69°97°
CMYK 0.060.690.00   0.03
XYZ52.721129.179090.8491
Yxy29.17900.30520.1689
Hunter Lab54.017679.6850-61.9042
CIE-Lab60.939379.1856-55.6316

#e84df7 color RGB value is (232,77,247).

#e84df7 hex color red value is 232, green value is 77 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #e84df7 hue: 0.82 , saturation: 0.91 and the lightness value of e84df7 is 0.64.

The process color (four color CMYK) of #e84df7 color hex is 0.06, 0.69, 0.00, 0.03. Web safe color of #e84df7 is #ff66ff. Color #e84df7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001101 11110111
Octal 350 115 367
Decimal 232 77 247
Hex E8 4D F7

RGB Percentages of Color #e84df7

%41.73
%13.85
%44.42

CMYK Percentages of Color #e84df7

%6
%69
%0
%3

Triadic Colors of #e84df7

#e84df7 #f7e84d #4df7e8

Analogous Colors of #e84df7

#e84df7 #f74db1 #934df7

Monochromatic Colors of #e84df7

#e84df7

Complementary Color

#e84df7 #5cf74d

#e84df7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84df7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84df7 Color CSS Codes

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

#e84df7 Text Font Color

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

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


#e84df7 Background Color

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

This div background color is #e84df7


#e84df7 Border Color

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

This div border color is #e84df7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,77,247, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e84df7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e84df7;
  -webkit-box-shadow: 1px 1px 3px 2px #e84df7;
  box-shadow:         1px 1px 3px 2px #e84df7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,77,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84df7


Comments

No comments written yet.

Please login to write comment.