Color Hex Logo

#e32dbc Color Hex

#E32DBC
(227,45,188)
0 Favorites   0 Comments

Color spaces of #e32dbc

RGB 22745188
HSL0.870.760.53
HSV313°80°89°
CMYK 0.000.800.17   0.11
XYZ41.694021.838549.5947
Yxy21.83850.36860.1930
Hunter Lab46.731777.4772-30.2102
CIE-Lab53.855278.8107-33.4422

#e32dbc color RGB value is (227,45,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00101101 10111100
Octal 343 55 274
Decimal 227 45 188
Hex E3 2D BC

RGB Percentages of Color #e32dbc

%49.35
%9.78
%40.87

CMYK Percentages of Color #e32dbc

%0
%80
%17
%11

Triadic Colors of #e32dbc

#e32dbc #bce32d #2dbce3

Analogous Colors of #e32dbc

#e32dbc #e32d61 #af2de3

Monochromatic Colors of #e32dbc

#e32dbc

Complementary Color

#e32dbc #2de354

#e32dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e32dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e32dbc Color CSS Codes

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

#e32dbc Text Font Color

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

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


#e32dbc Background Color

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

This div background color is #e32dbc


#e32dbc Border Color

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

This div border color is #e32dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e32dbc


Comments

No comments written yet.

Please login to write comment.