color codes Logo

#e84fdb color codes

#E84FDB
(232,79,219)
0 Favorites   0 Comments

Color spaces of #e84fdb

RGB 23279219
HSL0.850.770.61
HSV305°66°91°
CMYK 0.000.660.06   0.09
XYZ48.860927.862269.8205
Yxy27.86220.33340.1901
Hunter Lab52.784772.8580-41.4761
CIE-Lab59.764073.9694-41.8387

#e84fdb color RGB value is (232,79,219).

#e84fdb hex color red value is 232, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e84fdb hue: 0.85 , saturation: 0.77 and the lightness value of e84fdb is 0.61.

The process color (four color CMYK) of #e84fdb color code is 0.00, 0.66, 0.06, 0.09. Web safe color of #e84fdb is #ff66cc. Color #e84fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001111 11011011
Octal 350 117 333
Decimal 232 79 219
Hex E8 4F DB

RGB Percentages of Color #e84fdb

%43.77
%14.91
%41.32

CMYK Percentages of Color #e84fdb

%0
%66
%6
%9

Triadic Colors of #e84fdb

#e84fdb #dbe84f #4fdbe8

Analogous Colors of #e84fdb

#e84fdb #e84f8f #a94fe8

Monochromatic Colors of #e84fdb

#e84fdb

Complementary Color

#e84fdb #4fe85c

#e84fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84fdb Color CSS Codes

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

#e84fdb Text Font Color

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

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


#e84fdb Background Color

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

This div background color is #e84fdb


#e84fdb Border Color

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

This div border color is #e84fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84fdb


Comments

No comments written yet.

Please login to write comment.