Color Hex Logo

#ee467e Color Hex

#EE467E
(238,70,126)
0 Favorites   0 Comments

Color spaces of #ee467e

RGB 23870126
HSL0.940.830.60
HSV340°71°93°
CMYK 0.000.710.47   0.07
XYZ41.215924.063822.2111
Yxy24.06380.47110.2750
Hunter Lab49.054964.12977.4930
CIE-Lab56.151667.45486.6659

#ee467e color RGB value is (238,70,126).

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

The process color (four color CMYK) of #ee467e color hex is 0.00, 0.71, 0.47, 0.07. Web safe color of #ee467e is #ff3366. Color #ee467e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000110 01111110
Octal 356 106 176
Decimal 238 70 126
Hex EE 46 7E

RGB Percentages of Color #ee467e

%54.84
%16.13
%29.03

CMYK Percentages of Color #ee467e

%0
%71
%47
%7

Triadic Colors of #ee467e

#ee467e #7eee46 #467eee

Analogous Colors of #ee467e

#ee467e #ee6246 #ee46d2

Monochromatic Colors of #ee467e

#ee467e

Complementary Color

#ee467e #46eeb6

#ee467e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee467e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee467e Color CSS Codes

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

#ee467e Text Font Color

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

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


#ee467e Background Color

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

This div background color is #ee467e


#ee467e Border Color

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

This div border color is #ee467e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee467e


Comments

No comments written yet.

Please login to write comment.