Color Hex Logo

#ee027b Color Hex

#EE027B
(238,2,123)
0 Favorites   0 Comments

Color spaces of #ee027b

RGB 2382123
HSL0.910.980.47
HSV329°99°93°
CMYK 0.000.990.48   0.07
XYZ38.856819.650620.4839
Yxy19.65060.49190.2488
Hunter Lab44.329078.88933.6331
CIE-Lab51.439880.40121.6766

#ee027b color RGB value is (238,2,123).

#ee027b hex color red value is 238, green value is 2 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ee027b hue: 0.91 , saturation: 0.98 and the lightness value of ee027b is 0.47.

The process color (four color CMYK) of #ee027b color hex is 0.00, 0.99, 0.48, 0.07. Web safe color of #ee027b is #ff0066. Color #ee027b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000010 01111011
Octal 356 2 173
Decimal 238 2 123
Hex EE 2 7B

RGB Percentages of Color #ee027b

%65.56
%0.55
%33.88

CMYK Percentages of Color #ee027b

%0
%99
%48
%7

Triadic Colors of #ee027b

#ee027b #7bee02 #027bee

Analogous Colors of #ee027b

#ee027b #ee0205 #eb02ee

Monochromatic Colors of #ee027b

#ee027b

Complementary Color

#ee027b #02ee75

#ee027b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee027b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee027b Color CSS Codes

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

#ee027b Text Font Color

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

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


#ee027b Background Color

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

This div background color is #ee027b


#ee027b Border Color

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

This div border color is #ee027b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee027b


Comments

No comments written yet.

Please login to write comment.