Color Hex Logo

#e05ebf Color Hex

#E05EBF
(224,94,191)
0 Favorites   0 Comments

Color spaces of #e05ebf

RGB 22494191
HSL0.880.680.62
HSV315°58°88°
CMYK 0.000.580.15   0.12
XYZ44.147127.614352.2935
Yxy27.61430.35590.2226
Hunter Lab52.549357.9980-22.2169
CIE-Lab59.538761.6224-26.3852

#e05ebf color RGB value is (224,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011110 10111111
Octal 340 136 277
Decimal 224 94 191
Hex E0 5E BF

RGB Percentages of Color #e05ebf

%44.01
%18.47
%37.52

CMYK Percentages of Color #e05ebf

%0
%58
%15
%12

Triadic Colors of #e05ebf

#e05ebf #bfe05e #5ebfe0

Analogous Colors of #e05ebf

#e05ebf #e05e7e #c05ee0

Monochromatic Colors of #e05ebf

#e05ebf

Complementary Color

#e05ebf #5ee07f

#e05ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05ebf Color CSS Codes

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

#e05ebf Text Font Color

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

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


#e05ebf Background Color

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

This div background color is #e05ebf


#e05ebf Border Color

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

This div border color is #e05ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05ebf


Comments

No comments written yet.

Please login to write comment.