Color Hex Logo

#ee1fbb Color Hex

#EE1FBB
(238,31,187)
0 Favorites   0 Comments

Color spaces of #ee1fbb

RGB 23831187
HSL0.870.860.53
HSV315°87°93°
CMYK 0.000.870.21   0.07
XYZ44.719522.745049.0469
Yxy22.74500.38380.1952
Hunter Lab47.691783.9151-27.5905
CIE-Lab54.808783.6766-31.2296

#ee1fbb color RGB value is (238,31,187).

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

The process color (four color CMYK) of #ee1fbb color hex is 0.00, 0.87, 0.21, 0.07. Web safe color of #ee1fbb is #ff33cc. Color #ee1fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 00011111 10111011
Octal 356 37 273
Decimal 238 31 187
Hex EE 1F BB

RGB Percentages of Color #ee1fbb

%52.19
%6.80
%41.01

CMYK Percentages of Color #ee1fbb

%0
%87
%21
%7

Triadic Colors of #ee1fbb

#ee1fbb #bbee1f #1fbbee

Analogous Colors of #ee1fbb

#ee1fbb #ee1f53 #ba1fee

Monochromatic Colors of #ee1fbb

#ee1fbb

Complementary Color

#ee1fbb #1fee52

#ee1fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee1fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee1fbb Color CSS Codes

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

#ee1fbb Text Font Color

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

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


#ee1fbb Background Color

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

This div background color is #ee1fbb


#ee1fbb Border Color

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

This div border color is #ee1fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee1fbb


Comments

No comments written yet.

Please login to write comment.