Color Hex Logo

#ee38b8 Color Hex

#EE38B8
(238,56,184)
0 Favorites   0 Comments

Color spaces of #ee38b8

RGB 23856184
HSL0.880.840.58
HSV318°76°93°
CMYK 0.000.760.23   0.07
XYZ45.325824.466247.6809
Yxy24.46620.38580.2083
Hunter Lab49.463377.0080-22.5292
CIE-Lab56.551677.9138-26.7879

#ee38b8 color RGB value is (238,56,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00111000 10111000
Octal 356 70 270
Decimal 238 56 184
Hex EE 38 B8

RGB Percentages of Color #ee38b8

%49.79
%11.72
%38.49

CMYK Percentages of Color #ee38b8

%0
%76
%23
%7

Triadic Colors of #ee38b8

#ee38b8 #b8ee38 #38b8ee

Analogous Colors of #ee38b8

#ee38b8 #ee385d #c938ee

Monochromatic Colors of #ee38b8

#ee38b8

Complementary Color

#ee38b8 #38ee6e

#ee38b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee38b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee38b8 Color CSS Codes

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

#ee38b8 Text Font Color

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

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


#ee38b8 Background Color

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

This div background color is #ee38b8


#ee38b8 Border Color

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

This div border color is #ee38b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee38b8


Comments

No comments written yet.

Please login to write comment.