Color Hex Logo

#ee48af Color Hex

#EE48AF
(238,72,175)
0 Favorites   0 Comments

Color spaces of #ee48af

RGB 23872175
HSL0.900.830.61
HSV323°70°93°
CMYK 0.000.700.26   0.07
XYZ45.315125.907043.1696
Yxy25.90700.39610.2265
Hunter Lab50.898969.8447-14.6572
CIE-Lab57.948771.8611-19.4296

#ee48af color RGB value is (238,72,175).

#ee48af hex color red value is 238, green value is 72 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ee48af hue: 0.90 , saturation: 0.83 and the lightness value of ee48af is 0.61.

The process color (four color CMYK) of #ee48af color hex is 0.00, 0.70, 0.26, 0.07. Web safe color of #ee48af is #ff3399. Color #ee48af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001000 10101111
Octal 356 110 257
Decimal 238 72 175
Hex EE 48 AF

RGB Percentages of Color #ee48af

%49.07
%14.85
%36.08

CMYK Percentages of Color #ee48af

%0
%70
%26
%7

Triadic Colors of #ee48af

#ee48af #afee48 #48afee

Analogous Colors of #ee48af

#ee48af #ee485c #da48ee

Monochromatic Colors of #ee48af

#ee48af

Complementary Color

#ee48af #48ee87

#ee48af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee48af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee48af Color CSS Codes

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

#ee48af Text Font Color

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

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


#ee48af Background Color

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

This div background color is #ee48af


#ee48af Border Color

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

This div border color is #ee48af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee48af


Comments

No comments written yet.

Please login to write comment.