Color Hex Logo

#ee0fbf Color Hex

#EE0FBF
(238,15,191)
0 Favorites   0 Comments

Color spaces of #ee0fbf

RGB 23815191
HSL0.870.880.50
HSV313°94°93°
CMYK 0.000.940.20   0.07
XYZ44.834722.280451.2277
Yxy22.28040.37890.1883
Hunter Lab47.202186.9436-31.3050
CIE-Lab54.323386.1026-34.3060

#ee0fbf color RGB value is (238,15,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 00001111 10111111
Octal 356 17 277
Decimal 238 15 191
Hex EE F BF

RGB Percentages of Color #ee0fbf

%53.60
%3.38
%43.02

CMYK Percentages of Color #ee0fbf

%0
%94
%20
%7

Triadic Colors of #ee0fbf

#ee0fbf #bfee0f #0fbfee

Analogous Colors of #ee0fbf

#ee0fbf #ee0f50 #ae0fee

Monochromatic Colors of #ee0fbf

#ee0fbf

Complementary Color

#ee0fbf #0fee3e

#ee0fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee0fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee0fbf Color CSS Codes

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

#ee0fbf Text Font Color

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

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


#ee0fbf Background Color

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

This div background color is #ee0fbf


#ee0fbf Border Color

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

This div border color is #ee0fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee0fbf


Comments

No comments written yet.

Please login to write comment.