Color Hex Logo

#e82fdb Color Hex

#E82FDB
(232,47,219)
0 Favorites   0 Comments

Color spaces of #e82fdb

RGB 23247219
HSL0.850.800.55
HSV304°80°91°
CMYK 0.000.800.06   0.09
XYZ47.081424.303369.2274
Yxy24.30330.33480.1728
Hunter Lab49.298484.2006-48.7493
CIE-Lab56.390283.5891-47.1659

#e82fdb color RGB value is (232,47,219).

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

The process color (four color CMYK) of #e82fdb color hex is 0.00, 0.80, 0.06, 0.09. Web safe color of #e82fdb is #ff33cc. Color #e82fdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101111 11011011
Octal 350 57 333
Decimal 232 47 219
Hex E8 2F DB

RGB Percentages of Color #e82fdb

%46.59
%9.44
%43.98

CMYK Percentages of Color #e82fdb

%0
%80
%6
%9

Triadic Colors of #e82fdb

#e82fdb #dbe82f #2fdbe8

Analogous Colors of #e82fdb

#e82fdb #e82f7f #992fe8

Monochromatic Colors of #e82fdb

#e82fdb

Complementary Color

#e82fdb #2fe83c

#e82fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e82fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e82fdb Color CSS Codes

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

#e82fdb Text Font Color

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

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


#e82fdb Background Color

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

This div background color is #e82fdb


#e82fdb Border Color

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

This div border color is #e82fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e82fdb


Comments

No comments written yet.

Please login to write comment.