Color Hex Logo

#ee0abf Color Hex

#EE0ABF
(238,10,191)
0 Favorites   0 Comments

Color spaces of #ee0abf

RGB 23810191
HSL0.870.920.49
HSV312°96°93°
CMYK 0.000.960.20   0.07
XYZ44.772422.155851.2069
Yxy22.15580.37900.1875
Hunter Lab47.069987.4148-31.5520
CIE-Lab54.191986.4884-34.5113

#ee0abf color RGB value is (238,10,191).

#ee0abf hex color red value is 238, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ee0abf hue: 0.87 , saturation: 0.92 and the lightness value of ee0abf is 0.49.

The process color (four color CMYK) of #ee0abf color hex is 0.00, 0.96, 0.20, 0.07. Web safe color of #ee0abf is #ff00cc. Color #ee0abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001010 10111111
Octal 356 12 277
Decimal 238 10 191
Hex EE A BF

RGB Percentages of Color #ee0abf

%54.21
%2.28
%43.51

CMYK Percentages of Color #ee0abf

%0
%96
%20
%7

Triadic Colors of #ee0abf

#ee0abf #bfee0a #0abfee

Analogous Colors of #ee0abf

#ee0abf #ee0a4d #ab0aee

Monochromatic Colors of #ee0abf

#ee0abf

Complementary Color

#ee0abf #0aee39

#ee0abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0abf Color CSS Codes

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

#ee0abf Text Font Color

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

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


#ee0abf Background Color

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

This div background color is #ee0abf


#ee0abf Border Color

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

This div border color is #ee0abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0abf


Comments

No comments written yet.

Please login to write comment.