Color Hex Logo

#e06fbb Color Hex

#E06FBB
(224,111,187)
0 Favorites   0 Comments

Color spaces of #e06fbb

RGB 224111187
HSL0.890.650.66
HSV320°50°88°
CMYK 0.000.500.17   0.12
XYZ45.394530.804050.5669
Yxy30.80400.35810.2430
Hunter Lab55.501448.8676-15.1678
CIE-Lab62.341853.1531-19.8091

#e06fbb color RGB value is (224,111,187).

#e06fbb hex color red value is 224, green value is 111 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e06fbb hue: 0.89 , saturation: 0.65 and the lightness value of e06fbb is 0.66.

The process color (four color CMYK) of #e06fbb color hex is 0.00, 0.50, 0.17, 0.12. Web safe color of #e06fbb is #cc66cc. Color #e06fbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101111 10111011
Octal 340 157 273
Decimal 224 111 187
Hex E0 6F BB

RGB Percentages of Color #e06fbb

%42.91
%21.26
%35.82

CMYK Percentages of Color #e06fbb

%0
%50
%17
%12

Triadic Colors of #e06fbb

#e06fbb #bbe06f #6fbbe0

Analogous Colors of #e06fbb

#e06fbb #e06f83 #cd6fe0

Monochromatic Colors of #e06fbb

#e06fbb

Complementary Color

#e06fbb #6fe094

#e06fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06fbb Color CSS Codes

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

#e06fbb Text Font Color

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

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


#e06fbb Background Color

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

This div background color is #e06fbb


#e06fbb Border Color

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

This div border color is #e06fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06fbb


Comments

No comments written yet.

Please login to write comment.