Color Hex Logo

#e01bae Color Hex

#E01BAE
(224,27,174)
0 Favorites   0 Comments

Color spaces of #e01bae

RGB 22427174
HSL0.880.780.49
HSV315°88°88°
CMYK 0.000.880.22   0.12
XYZ38.772419.687241.8009
Yxy19.68720.38670.1964
Hunter Lab44.370378.3320-24.7975
CIE-Lab51.481779.9520-29.0101

#e01bae color RGB value is (224,27,174).

#e01bae hex color red value is 224, green value is 27 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e01bae hue: 0.88 , saturation: 0.78 and the lightness value of e01bae is 0.49.

The process color (four color CMYK) of #e01bae color hex is 0.00, 0.88, 0.22, 0.12. Web safe color of #e01bae is #cc3399. Color #e01bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011011 10101110
Octal 340 33 256
Decimal 224 27 174
Hex E0 1B AE

RGB Percentages of Color #e01bae

%52.71
%6.35
%40.94

CMYK Percentages of Color #e01bae

%0
%88
%22
%12

Triadic Colors of #e01bae

#e01bae #aee01b #1baee0

Analogous Colors of #e01bae

#e01bae #e01b4c #b01be0

Monochromatic Colors of #e01bae

#e01bae

Complementary Color

#e01bae #1be04d

#e01bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01bae Color CSS Codes

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

#e01bae Text Font Color

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

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


#e01bae Background Color

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

This div background color is #e01bae


#e01bae Border Color

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

This div border color is #e01bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01bae


Comments

No comments written yet.

Please login to write comment.