Color Hex Logo

#e23bad Color Hex

#E23BAD
(226,59,173)
0 Favorites   0 Comments

Color spaces of #e23bad

RGB 22659173
HSL0.890.740.56
HSV319°74°89°
CMYK 0.000.740.23   0.11
XYZ40.470822.313841.7091
Yxy22.31380.38730.2135
Hunter Lab47.237570.2646-19.2848
CIE-Lab54.358472.8898-23.9438

#e23bad color RGB value is (226,59,173).

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

The process color (four color CMYK) of #e23bad color hex is 0.00, 0.74, 0.23, 0.11. Web safe color of #e23bad is #cc3399. Color #e23bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111011 10101101
Octal 342 73 255
Decimal 226 59 173
Hex E2 3B AD

RGB Percentages of Color #e23bad

%49.34
%12.88
%37.77

CMYK Percentages of Color #e23bad

%0
%74
%23
%11

Triadic Colors of #e23bad

#e23bad #ade23b #3bade2

Analogous Colors of #e23bad

#e23bad #e23b5a #c43be2

Monochromatic Colors of #e23bad

#e23bad

Complementary Color

#e23bad #3be270

#e23bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23bad Color CSS Codes

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

#e23bad Text Font Color

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

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


#e23bad Background Color

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

This div background color is #e23bad


#e23bad Border Color

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

This div border color is #e23bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,59,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23bad


Comments

No comments written yet.

Please login to write comment.