Color Hex Logo

#e06bee Color Hex

#E06BEE
(224,107,238)
0 Favorites   0 Comments

Color spaces of #e06bee

RGB 224107238
HSL0.820.790.68
HSV294°55°93°
CMYK 0.060.550.00   0.07
XYZ51.430832.535784.4582
Yxy32.53570.30540.1932
Hunter Lab57.040161.1263-47.8616
CIE-Lab63.783263.5482-46.2054

#e06bee color RGB value is (224,107,238).

#e06bee hex color red value is 224, green value is 107 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e06bee hue: 0.82 , saturation: 0.79 and the lightness value of e06bee is 0.68.

The process color (four color CMYK) of #e06bee color hex is 0.06, 0.55, 0.00, 0.07. Web safe color of #e06bee is #cc66ff. Color #e06bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101011 11101110
Octal 340 153 356
Decimal 224 107 238
Hex E0 6B EE

RGB Percentages of Color #e06bee

%39.37
%18.80
%41.83

CMYK Percentages of Color #e06bee

%6
%55
%0
%7

Triadic Colors of #e06bee

#e06bee #eee06b #6beee0

Analogous Colors of #e06bee

#e06bee #ee6bbb #9f6bee

Monochromatic Colors of #e06bee

#e06bee

Complementary Color

#e06bee #79ee6b

#e06bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06bee Color CSS Codes

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

#e06bee Text Font Color

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

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


#e06bee Background Color

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

This div background color is #e06bee


#e06bee Border Color

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

This div border color is #e06bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06bee


Comments

No comments written yet.

Please login to write comment.