Color Hex Logo

#e90272 Color Hex

#E90272
(233,2,114)
0 Favorites   0 Comments

Color spaces of #e90272

RGB 2332114
HSL0.920.980.46
HSV331°99°91°
CMYK 0.000.990.51   0.09
XYZ36.663218.582017.5739
Yxy18.58200.50350.2552
Hunter Lab43.106876.38076.0033
CIE-Lab50.194578.65025.2357

#e90272 color RGB value is (233,2,114).

#e90272 hex color red value is 233, green value is 2 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #e90272 hue: 0.92 , saturation: 0.98 and the lightness value of e90272 is 0.46.

The process color (four color CMYK) of #e90272 color hex is 0.00, 0.99, 0.51, 0.09. Web safe color of #e90272 is #ff0066. Color #e90272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00000010 01110010
Octal 351 2 162
Decimal 233 2 114
Hex E9 2 72

RGB Percentages of Color #e90272

%66.76
%0.57
%32.66

CMYK Percentages of Color #e90272

%0
%99
%51
%9

Triadic Colors of #e90272

#e90272 #72e902 #0272e9

Analogous Colors of #e90272

#e90272 #e90602 #e902e6

Monochromatic Colors of #e90272

#e90272

Complementary Color

#e90272 #02e979

#e90272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e90272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e90272 Color CSS Codes

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

#e90272 Text Font Color

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

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


#e90272 Background Color

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

This div background color is #e90272


#e90272 Border Color

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

This div border color is #e90272


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,2,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e90272; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e90272;
  -webkit-box-shadow: 1px 1px 3px 2px #e90272;
  box-shadow:         1px 1px 3px 2px #e90272; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e90272


Comments

No comments written yet.

Please login to write comment.