Color Hex Logo

#ee38de Color Hex

#EE38DE
(238,56,222)
0 Favorites   0 Comments

Color spaces of #ee38de

RGB 23856222
HSL0.850.840.58
HSV305°76°93°
CMYK 0.000.760.07   0.07
XYZ49.858926.279471.5518
Yxy26.27940.33760.1779
Hunter Lab51.263483.8984-46.8706
CIE-Lab58.301382.9830-45.7745

#ee38de color RGB value is (238,56,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111000 11011110
Octal 356 70 336
Decimal 238 56 222
Hex EE 38 DE

RGB Percentages of Color #ee38de

%46.12
%10.85
%43.02

CMYK Percentages of Color #ee38de

%0
%76
%7
%7

Triadic Colors of #ee38de

#ee38de #deee38 #38deee

Analogous Colors of #ee38de

#ee38de #ee3883 #a338ee

Monochromatic Colors of #ee38de

#ee38de

Complementary Color

#ee38de #38ee48

#ee38de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee38de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee38de Color CSS Codes

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

#ee38de Text Font Color

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

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


#ee38de Background Color

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

This div background color is #ee38de


#ee38de Border Color

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

This div border color is #ee38de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee38de


Comments

No comments written yet.

Please login to write comment.