Color Hex Logo

#e06bef Color Hex

#E06BEF
(224,107,239)
0 Favorites   0 Comments

Color spaces of #e06bef

RGB 224107239
HSL0.810.800.68
HSV293°55°94°
CMYK 0.060.550.00   0.06
XYZ51.578232.594785.2343
Yxy32.59470.30450.1924
Hunter Lab57.091861.3510-48.5519
CIE-Lab63.831463.7293-46.6835

#e06bef color RGB value is (224,107,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101011 11101111
Octal 340 153 357
Decimal 224 107 239
Hex E0 6B EF

RGB Percentages of Color #e06bef

%39.30
%18.77
%41.93

CMYK Percentages of Color #e06bef

%6
%55
%0
%6

Triadic Colors of #e06bef

#e06bef #efe06b #6befe0

Analogous Colors of #e06bef

#e06bef #ef6bbc #9e6bef

Monochromatic Colors of #e06bef

#e06bef

Complementary Color

#e06bef #7aef6b

#e06bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06bef Color CSS Codes

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

#e06bef Text Font Color

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

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


#e06bef Background Color

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

This div background color is #e06bef


#e06bef Border Color

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

This div border color is #e06bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06bef


Comments

No comments written yet.

Please login to write comment.