Color Hex Logo

#ee0fba Color Hex

#EE0FBA
(238,15,186)
0 Favorites   0 Comments

Color spaces of #ee0fba

RGB 23815186
HSL0.870.880.50
HSV314°94°93°
CMYK 0.000.940.22   0.07
XYZ44.293622.064048.3786
Yxy22.06400.38600.1923
Hunter Lab46.972386.1189-28.1844
CIE-Lab54.094885.5150-31.7608

#ee0fba color RGB value is (238,15,186).

#ee0fba hex color red value is 238, green value is 15 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ee0fba hue: 0.87 , saturation: 0.88 and the lightness value of ee0fba is 0.50.

The process color (four color CMYK) of #ee0fba color hex is 0.00, 0.94, 0.22, 0.07. Web safe color of #ee0fba is #ff00cc. Color #ee0fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001111 10111010
Octal 356 17 272
Decimal 238 15 186
Hex EE F BA

RGB Percentages of Color #ee0fba

%54.21
%3.42
%42.37

CMYK Percentages of Color #ee0fba

%0
%94
%22
%7

Triadic Colors of #ee0fba

#ee0fba #baee0f #0fbaee

Analogous Colors of #ee0fba

#ee0fba #ee0f4b #b30fee

Monochromatic Colors of #ee0fba

#ee0fba

Complementary Color

#ee0fba #0fee43

#ee0fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0fba Color CSS Codes

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

#ee0fba Text Font Color

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

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


#ee0fba Background Color

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

This div background color is #ee0fba


#ee0fba Border Color

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

This div border color is #ee0fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0fba


Comments

No comments written yet.

Please login to write comment.