Color Hex Logo

#ee38aa Color Hex

#EE38AA
(238,56,170)
0 Favorites   0 Comments

Color spaces of #ee38aa

RGB 23856170
HSL0.900.840.58
HSV322°76°93°
CMYK 0.000.760.29   0.07
XYZ43.929823.907840.3295
Yxy23.90780.40610.2210
Hunter Lab48.895674.8044-14.6760
CIE-Lab55.995476.2589-19.5020

#ee38aa color RGB value is (238,56,170).

#ee38aa hex color red value is 238, green value is 56 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ee38aa hue: 0.90 , saturation: 0.84 and the lightness value of ee38aa is 0.58.

The process color (four color CMYK) of #ee38aa color hex is 0.00, 0.76, 0.29, 0.07. Web safe color of #ee38aa is #ff3399. Color #ee38aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111000 10101010
Octal 356 70 252
Decimal 238 56 170
Hex EE 38 AA

RGB Percentages of Color #ee38aa

%51.29
%12.07
%36.64

CMYK Percentages of Color #ee38aa

%0
%76
%29
%7

Triadic Colors of #ee38aa

#ee38aa #aaee38 #38aaee

Analogous Colors of #ee38aa

#ee38aa #ee384f #d738ee

Monochromatic Colors of #ee38aa

#ee38aa

Complementary Color

#ee38aa #38ee7c

#ee38aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee38aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee38aa Color CSS Codes

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

#ee38aa Text Font Color

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

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


#ee38aa Background Color

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

This div background color is #ee38aa


#ee38aa Border Color

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

This div border color is #ee38aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee38aa


Comments

No comments written yet.

Please login to write comment.