Color Hex Logo

#e06bed Color Hex

#E06BED
(224,107,237)
0 Favorites   0 Comments

Color spaces of #e06bed

RGB 224107237
HSL0.820.780.67
HSV294°55°93°
CMYK 0.050.550.00   0.07
XYZ51.284232.477183.6865
Yxy32.47710.30630.1940
Hunter Lab56.988760.9022-47.1738
CIE-Lab63.735363.3673-45.7267

#e06bed color RGB value is (224,107,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101011 11101101
Octal 340 153 355
Decimal 224 107 237
Hex E0 6B ED

RGB Percentages of Color #e06bed

%39.44
%18.84
%41.73

CMYK Percentages of Color #e06bed

%5
%55
%0
%7

Triadic Colors of #e06bed

#e06bed #ede06b #6bede0

Analogous Colors of #e06bed

#e06bed #ed6bb9 #9f6bed

Monochromatic Colors of #e06bed

#e06bed

Complementary Color

#e06bed #78ed6b

#e06bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06bed Color CSS Codes

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

#e06bed Text Font Color

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

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


#e06bed Background Color

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

This div background color is #e06bed


#e06bed Border Color

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

This div border color is #e06bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06bed


Comments

No comments written yet.

Please login to write comment.