Color Hex Logo

#ee1bbf Color Hex

#EE1BBF
(238,27,191)
0 Favorites   0 Comments

Color spaces of #ee1bbf

RGB 23827191
HSL0.870.860.52
HSV313°89°93°
CMYK 0.000.890.20   0.07
XYZ45.055822.722651.3014
Yxy22.72260.37840.1908
Hunter Lab47.668285.2980-30.4412
CIE-Lab54.785484.7492-33.5836

#ee1bbf color RGB value is (238,27,191).

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

The process color (four color CMYK) of #ee1bbf color hex is 0.00, 0.89, 0.20, 0.07. Web safe color of #ee1bbf is #ff33cc. Color #ee1bbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011011 10111111
Octal 356 33 277
Decimal 238 27 191
Hex EE 1B BF

RGB Percentages of Color #ee1bbf

%52.19
%5.92
%41.89

CMYK Percentages of Color #ee1bbf

%0
%89
%20
%7

Triadic Colors of #ee1bbf

#ee1bbf #bfee1b #1bbfee

Analogous Colors of #ee1bbf

#ee1bbf #ee1b55 #b41bee

Monochromatic Colors of #ee1bbf

#ee1bbf

Complementary Color

#ee1bbf #1bee4a

#ee1bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1bbf Color CSS Codes

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

#ee1bbf Text Font Color

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

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


#ee1bbf Background Color

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

This div background color is #ee1bbf


#ee1bbf Border Color

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

This div border color is #ee1bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1bbf


Comments

No comments written yet.

Please login to write comment.