Color Hex Logo

#ee2273 Color Hex

#EE2273
(238,34,115)
0 Favorites   0 Comments

Color spaces of #ee2273

RGB 23834115
HSL0.930.860.53
HSV336°86°93°
CMYK 0.000.860.52   0.07
XYZ38.926420.559018.1363
Yxy20.55900.50150.2649
Hunter Lab45.342073.89478.0241
CIE-Lab52.463476.21077.9981

#ee2273 color RGB value is (238,34,115).

#ee2273 hex color red value is 238, green value is 34 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ee2273 hue: 0.93 , saturation: 0.86 and the lightness value of ee2273 is 0.53.

The process color (four color CMYK) of #ee2273 color hex is 0.00, 0.86, 0.52, 0.07. Web safe color of #ee2273 is #ff3366. Color #ee2273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100010 01110011
Octal 356 42 163
Decimal 238 34 115
Hex EE 22 73

RGB Percentages of Color #ee2273

%61.50
%8.79
%29.72

CMYK Percentages of Color #ee2273

%0
%86
%52
%7

Triadic Colors of #ee2273

#ee2273 #73ee22 #2273ee

Analogous Colors of #ee2273

#ee2273 #ee3722 #ee22d9

Monochromatic Colors of #ee2273

#ee2273

Complementary Color

#ee2273 #22ee9d

#ee2273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee2273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee2273 Color CSS Codes

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

#ee2273 Text Font Color

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

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


#ee2273 Background Color

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

This div background color is #ee2273


#ee2273 Border Color

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

This div border color is #ee2273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee2273


Comments

No comments written yet.

Please login to write comment.