Color Hex Logo

#e33dbd Color Hex

#E33DBD
(227,61,189)
0 Favorites   0 Comments

Color spaces of #e33dbd

RGB 22761189
HSL0.870.750.56
HSV314°73°89°
CMYK 0.000.730.17   0.11
XYZ42.532623.342550.4079
Yxy23.34250.36580.2007
Hunter Lab48.314172.5903-28.0396
CIE-Lab55.423474.5816-31.5749

#e33dbd color RGB value is (227,61,189).

#e33dbd hex color red value is 227, green value is 61 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e33dbd hue: 0.87 , saturation: 0.75 and the lightness value of e33dbd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111101 10111101
Octal 343 75 275
Decimal 227 61 189
Hex E3 3D BD

RGB Percentages of Color #e33dbd

%47.59
%12.79
%39.62

CMYK Percentages of Color #e33dbd

%0
%73
%17
%11

Triadic Colors of #e33dbd

#e33dbd #bde33d #3dbde3

Analogous Colors of #e33dbd

#e33dbd #e33d6a #b63de3

Monochromatic Colors of #e33dbd

#e33dbd

Complementary Color

#e33dbd #3de363

#e33dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33dbd Color CSS Codes

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

#e33dbd Text Font Color

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

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


#e33dbd Background Color

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

This div background color is #e33dbd


#e33dbd Border Color

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

This div border color is #e33dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33dbd


Comments

No comments written yet.

Please login to write comment.