Color Hex Logo

#e32dbf Color Hex

#E32DBF
(227,45,191)
0 Favorites   0 Comments

Color spaces of #e32dbf

RGB 22745191
HSL0.870.760.53
HSV312°80°89°
CMYK 0.000.800.16   0.11
XYZ42.020921.969351.3160
Yxy21.96930.36440.1905
Hunter Lab46.871478.0028-32.1022
CIE-Lab53.994479.2011-34.9622

#e32dbf color RGB value is (227,45,191).

#e32dbf hex color red value is 227, green value is 45 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e32dbf hue: 0.87 , saturation: 0.76 and the lightness value of e32dbf is 0.53.

The process color (four color CMYK) of #e32dbf color hex is 0.00, 0.80, 0.16, 0.11. Web safe color of #e32dbf is #cc33cc. Color #e32dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101101 10111111
Octal 343 55 277
Decimal 227 45 191
Hex E3 2D BF

RGB Percentages of Color #e32dbf

%49.03
%9.72
%41.25

CMYK Percentages of Color #e32dbf

%0
%80
%16
%11

Triadic Colors of #e32dbf

#e32dbf #bfe32d #2dbfe3

Analogous Colors of #e32dbf

#e32dbf #e32d64 #ac2de3

Monochromatic Colors of #e32dbf

#e32dbf

Complementary Color

#e32dbf #2de351

#e32dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32dbf Color CSS Codes

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

#e32dbf Text Font Color

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

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


#e32dbf Background Color

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

This div background color is #e32dbf


#e32dbf Border Color

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

This div border color is #e32dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,45,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e32dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e32dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #e32dbf;
  box-shadow:         1px 1px 3px 2px #e32dbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,45,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32dbf


Comments

No comments written yet.

Please login to write comment.