Color Hex Logo

#ee468d Color Hex

#EE468D
(238,70,141)
0 Favorites   0 Comments

Color spaces of #ee468d

RGB 23870141
HSL0.930.830.60
HSV335°71°93°
CMYK 0.000.710.41   0.07
XYZ42.257824.480527.6973
Yxy24.48050.44750.2592
Hunter Lab49.477865.86651.4443
CIE-Lab56.565768.8324-1.6098

#ee468d color RGB value is (238,70,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000110 10001101
Octal 356 106 215
Decimal 238 70 141
Hex EE 46 8D

RGB Percentages of Color #ee468d

%53.01
%15.59
%31.40

CMYK Percentages of Color #ee468d

%0
%71
%41
%7

Triadic Colors of #ee468d

#ee468d #8dee46 #468dee

Analogous Colors of #ee468d

#ee468d #ee5346 #ee46e1

Monochromatic Colors of #ee468d

#ee468d

Complementary Color

#ee468d #46eea7

#ee468d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee468d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee468d Color CSS Codes

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

#ee468d Text Font Color

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

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


#ee468d Background Color

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

This div background color is #ee468d


#ee468d Border Color

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

This div border color is #ee468d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee468d


Comments

No comments written yet.

Please login to write comment.