Color Hex Logo

#ee368b Color Hex

#EE368B
(238,54,139)
0 Favorites   0 Comments

Color spaces of #ee368b

RGB 23854139
HSL0.920.840.57
HSV332°77°93°
CMYK 0.000.770.42   0.07
XYZ41.239322.679626.6301
Yxy22.67960.45540.2505
Hunter Lab47.623171.23190.1821
CIE-Lab54.740873.6076-3.1073

#ee368b color RGB value is (238,54,139).

#ee368b hex color red value is 238, green value is 54 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ee368b hue: 0.92 , saturation: 0.84 and the lightness value of ee368b is 0.57.

The process color (four color CMYK) of #ee368b color hex is 0.00, 0.77, 0.42, 0.07. Web safe color of #ee368b is #ff3399. Color #ee368b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00110110 10001011
Octal 356 66 213
Decimal 238 54 139
Hex EE 36 8B

RGB Percentages of Color #ee368b

%55.22
%12.53
%32.25

CMYK Percentages of Color #ee368b

%0
%77
%42
%7

Triadic Colors of #ee368b

#ee368b #8bee36 #368bee

Analogous Colors of #ee368b

#ee368b #ee3d36 #ee36e7

Monochromatic Colors of #ee368b

#ee368b

Complementary Color

#ee368b #36ee99

#ee368b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee368b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee368b Color CSS Codes

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

#ee368b Text Font Color

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

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


#ee368b Background Color

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

This div background color is #ee368b


#ee368b Border Color

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

This div border color is #ee368b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee368b


Comments

No comments written yet.

Please login to write comment.