Color Hex Logo

#ee49ef Color Hex

#EE49EF
(238,73,239)
0 Favorites   0 Comments

Color spaces of #ee49ef

RGB 23873239
HSL0.830.840.61
HSV300°69°94°
CMYK 0.000.690.00   0.06
XYZ53.222429.174284.4874
Yxy29.17420.31890.1748
Hunter Lab54.013181.3638-54.9323
CIE-Lab60.935180.5018-51.1372

#ee49ef color RGB value is (238,73,239).

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

The process color (four color CMYK) of #ee49ef color hex is 0.00, 0.69, 0.00, 0.06. Web safe color of #ee49ef is #ff33ff. Color #ee49ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01001001 11101111
Octal 356 111 357
Decimal 238 73 239
Hex EE 49 EF

RGB Percentages of Color #ee49ef

%43.27
%13.27
%43.45

CMYK Percentages of Color #ee49ef

%0
%69
%0
%6

Triadic Colors of #ee49ef

#ee49ef #efee49 #49efee

Analogous Colors of #ee49ef

#ee49ef #ef499d #9b49ef

Monochromatic Colors of #ee49ef

#ee49ef

Complementary Color

#ee49ef #4aef49

#ee49ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee49ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee49ef Color CSS Codes

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

#ee49ef Text Font Color

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

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


#ee49ef Background Color

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

This div background color is #ee49ef


#ee49ef Border Color

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

This div border color is #ee49ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee49ef


Comments

No comments written yet.

Please login to write comment.