Color Hex Logo

#e33ebd Color Hex

#E33EBD
(227,62,189)
0 Favorites   0 Comments

Color spaces of #e33ebd

RGB 22762189
HSL0.870.750.57
HSV314°73°89°
CMYK 0.000.730.17   0.11
XYZ42.586523.450350.4259
Yxy23.45030.36570.2014
Hunter Lab48.425572.2323-27.8413
CIE-Lab55.533274.2699-31.4041

#e33ebd color RGB value is (227,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111110 10111101
Octal 343 76 275
Decimal 227 62 189
Hex E3 3E BD

RGB Percentages of Color #e33ebd

%47.49
%12.97
%39.54

CMYK Percentages of Color #e33ebd

%0
%73
%17
%11

Triadic Colors of #e33ebd

#e33ebd #bde33e #3ebde3

Analogous Colors of #e33ebd

#e33ebd #e33e6b #b73ee3

Monochromatic Colors of #e33ebd

#e33ebd

Complementary Color

#e33ebd #3ee364

#e33ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33ebd Color CSS Codes

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

#e33ebd Text Font Color

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

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


#e33ebd Background Color

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

This div background color is #e33ebd


#e33ebd Border Color

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

This div border color is #e33ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33ebd


Comments

No comments written yet.

Please login to write comment.