Color Hex Logo

#e92290 Color Hex

#E92290
(233,34,144)
0 Favorites   0 Comments

Color spaces of #e92290

RGB 23334144
HSL0.910.820.52
HSV327°85°91°
CMYK 0.000.850.38   0.09
XYZ39.210320.481328.2722
Yxy20.48130.44580.2328
Hunter Lab45.256375.4550-5.3599
CIE-Lab52.377177.4834-9.7024

#e92290 color RGB value is (233,34,144).

#e92290 hex color red value is 233, green value is 34 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #e92290 hue: 0.91 , saturation: 0.82 and the lightness value of e92290 is 0.52.

The process color (four color CMYK) of #e92290 color hex is 0.00, 0.85, 0.38, 0.09. Web safe color of #e92290 is #ff3399. Color #e92290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 00100010 10010000
Octal 351 42 220
Decimal 233 34 144
Hex E9 22 90

RGB Percentages of Color #e92290

%56.69
%8.27
%35.04

CMYK Percentages of Color #e92290

%0
%85
%38
%9

Triadic Colors of #e92290

#e92290 #90e922 #2290e9

Analogous Colors of #e92290

#e92290 #e9222d #df22e9

Monochromatic Colors of #e92290

#e92290

Complementary Color

#e92290 #22e97b

#e92290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e92290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e92290 Color CSS Codes

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

#e92290 Text Font Color

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

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


#e92290 Background Color

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

This div background color is #e92290


#e92290 Border Color

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

This div border color is #e92290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e92290


Comments

No comments written yet.

Please login to write comment.