Color Hex Logo

#ee014b Color Hex

#EE014B
(238,1,75)
0 Favorites   0 Comments

Color spaces of #ee014b

RGB 238175
HSL0.950.990.47
HSV341°100°93°
CMYK 0.001.000.68   0.07
XYZ36.540718.70698.3415
Yxy18.70690.57460.2942
Hunter Lab43.251575.114418.8413
CIE-Lab50.342577.606529.4412

#ee014b color RGB value is (238,1,75).

#ee014b hex color red value is 238, green value is 1 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ee014b hue: 0.95 , saturation: 0.99 and the lightness value of ee014b is 0.47.

The process color (four color CMYK) of #ee014b color hex is 0.00, 1.00, 0.68, 0.07. Web safe color of #ee014b is #ff0033. Color #ee014b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00000001 01001011
Octal 356 1 113
Decimal 238 1 75
Hex EE 1 4B

RGB Percentages of Color #ee014b

%75.80
%0.32
%23.89

CMYK Percentages of Color #ee014b

%0
%100
%68
%7

Triadic Colors of #ee014b

#ee014b #4bee01 #014bee

Analogous Colors of #ee014b

#ee014b #ee2e01 #ee01c2

Monochromatic Colors of #ee014b

#ee014b

Complementary Color

#ee014b #01eea4

#ee014b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee014b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee014b Color CSS Codes

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

#ee014b Text Font Color

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

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


#ee014b Background Color

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

This div background color is #ee014b


#ee014b Border Color

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

This div border color is #ee014b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee014b


Comments

No comments written yet.

Please login to write comment.