Color Hex Logo

#ee469e Color Hex

#EE469E
(238,70,158)
0 Favorites   0 Comments

Color spaces of #ee469e

RGB 23870158
HSL0.910.830.60
HSV329°71°93°
CMYK 0.000.710.34   0.07
XYZ43.621625.026134.8792
Yxy25.02610.42140.2417
Hunter Lab50.026168.1022-6.3199
CIE-Lab57.100870.5877-10.8101

#ee469e color RGB value is (238,70,158).

#ee469e hex color red value is 238, green value is 70 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ee469e hue: 0.91 , saturation: 0.83 and the lightness value of ee469e is 0.60.

The process color (four color CMYK) of #ee469e color hex is 0.00, 0.71, 0.34, 0.07. Web safe color of #ee469e is #ff3399. Color #ee469e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000110 10011110
Octal 356 106 236
Decimal 238 70 158
Hex EE 46 9E

RGB Percentages of Color #ee469e

%51.07
%15.02
%33.91

CMYK Percentages of Color #ee469e

%0
%71
%34
%7

Triadic Colors of #ee469e

#ee469e #9eee46 #469eee

Analogous Colors of #ee469e

#ee469e #ee464a #ea46ee

Monochromatic Colors of #ee469e

#ee469e

Complementary Color

#ee469e #46ee96

#ee469e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee469e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee469e Color CSS Codes

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

#ee469e Text Font Color

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

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


#ee469e Background Color

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

This div background color is #ee469e


#ee469e Border Color

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

This div border color is #ee469e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee469e


Comments

No comments written yet.

Please login to write comment.