Color Hex Logo

#e23ebd Color Hex

#E23EBD
(226,62,189)
0 Favorites   0 Comments

Color spaces of #e23ebd

RGB 22662189
HSL0.870.740.56
HSV314°73°89°
CMYK 0.000.730.16   0.11
XYZ42.272023.288150.4112
Yxy23.28810.36450.2008
Hunter Lab48.257771.9083-28.1553
CIE-Lab55.367974.0383-31.6741

#e23ebd color RGB value is (226,62,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111110 10111101
Octal 342 76 275
Decimal 226 62 189
Hex E2 3E BD

RGB Percentages of Color #e23ebd

%47.38
%13.00
%39.62

CMYK Percentages of Color #e23ebd

%0
%73
%16
%11

Triadic Colors of #e23ebd

#e23ebd #bde23e #3ebde2

Analogous Colors of #e23ebd

#e23ebd #e23e6b #b53ee2

Monochromatic Colors of #e23ebd

#e23ebd

Complementary Color

#e23ebd #3ee263

#e23ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23ebd Color CSS Codes

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

#e23ebd Text Font Color

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

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


#e23ebd Background Color

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

This div background color is #e23ebd


#e23ebd Border Color

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

This div border color is #e23ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23ebd


Comments

No comments written yet.

Please login to write comment.