Color Hex Logo

#ee268b Color Hex

#EE268B
(238,38,139)
0 Favorites   0 Comments

Color spaces of #ee268b

RGB 23838139
HSL0.920.850.54
HSV330°84°93°
CMYK 0.000.840.42   0.07
XYZ40.613221.427426.4215
Yxy21.42740.45910.2422
Hunter Lab46.289775.6034-1.4390
CIE-Lab53.414177.4006-5.0672

#ee268b color RGB value is (238,38,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00100110 10001011
Octal 356 46 213
Decimal 238 38 139
Hex EE 26 8B

RGB Percentages of Color #ee268b

%57.35
%9.16
%33.49

CMYK Percentages of Color #ee268b

%0
%84
%42
%7

Triadic Colors of #ee268b

#ee268b #8bee26 #268bee

Analogous Colors of #ee268b

#ee268b #ee2627 #ed26ee

Monochromatic Colors of #ee268b

#ee268b

Complementary Color

#ee268b #26ee89

#ee268b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee268b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee268b Color CSS Codes

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

#ee268b Text Font Color

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

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


#ee268b Background Color

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

This div background color is #ee268b


#ee268b Border Color

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

This div border color is #ee268b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,38,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 #ee268b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee268b


Comments

No comments written yet.

Please login to write comment.