Color Hex Logo

#e06ebf Color Hex

#E06EBF
(224,110,191)
0 Favorites   0 Comments

Color spaces of #e06ebf

RGB 224110191
HSL0.880.650.65
HSV317°51°88°
CMYK 0.000.510.15   0.12
XYZ45.720430.760752.8179
Yxy30.76070.35360.2379
Hunter Lab55.462350.0875-17.6394
CIE-Lab62.305154.2444-22.1373

#e06ebf color RGB value is (224,110,191).

#e06ebf hex color red value is 224, green value is 110 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e06ebf hue: 0.88 , saturation: 0.65 and the lightness value of e06ebf is 0.65.

The process color (four color CMYK) of #e06ebf color hex is 0.00, 0.51, 0.15, 0.12. Web safe color of #e06ebf is #cc66cc. Color #e06ebf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01101110 10111111
Octal 340 156 277
Decimal 224 110 191
Hex E0 6E BF

RGB Percentages of Color #e06ebf

%42.67
%20.95
%36.38

CMYK Percentages of Color #e06ebf

%0
%51
%15
%12

Triadic Colors of #e06ebf

#e06ebf #bfe06e #6ebfe0

Analogous Colors of #e06ebf

#e06ebf #e06e86 #c86ee0

Monochromatic Colors of #e06ebf

#e06ebf

Complementary Color

#e06ebf #6ee08f

#e06ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e06ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e06ebf Color CSS Codes

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

#e06ebf Text Font Color

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

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


#e06ebf Background Color

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

This div background color is #e06ebf


#e06ebf Border Color

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

This div border color is #e06ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e06ebf


Comments

No comments written yet.

Please login to write comment.