Color Hex Logo

#e23077 Color Hex

#E23077
(226,48,119)
0 Favorites   0 Comments

Color spaces of #e23077

RGB 22648119
HSL0.930.750.54
HSV336°79°89°
CMYK 0.000.790.47   0.11
XYZ35.750819.614619.3545
Yxy19.61460.47850.2625
Hunter Lab44.288466.58555.0915
CIE-Lab51.398670.41543.7517

#e23077 color RGB value is (226,48,119).

#e23077 hex color red value is 226, green value is 48 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e23077 hue: 0.93 , saturation: 0.75 and the lightness value of e23077 is 0.54.

The process color (four color CMYK) of #e23077 color hex is 0.00, 0.79, 0.47, 0.11. Web safe color of #e23077 is #cc3366. Color #e23077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00110000 01110111
Octal 342 60 167
Decimal 226 48 119
Hex E2 30 77

RGB Percentages of Color #e23077

%57.51
%12.21
%30.28

CMYK Percentages of Color #e23077

%0
%79
%47
%11

Triadic Colors of #e23077

#e23077 #77e230 #3077e2

Analogous Colors of #e23077

#e23077 #e24230 #e230d0

Monochromatic Colors of #e23077

#e23077

Complementary Color

#e23077 #30e29b

#e23077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e23077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e23077 Color CSS Codes

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

#e23077 Text Font Color

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

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


#e23077 Background Color

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

This div background color is #e23077


#e23077 Border Color

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

This div border color is #e23077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e23077


Comments

No comments written yet.

Please login to write comment.