Color Hex Logo

#e33fae Color Hex

#E33FAE
(227,63,174)
0 Favorites   0 Comments

Color spaces of #e33fae

RGB 22763174
HSL0.890.750.57
HSV319°72°89°
CMYK 0.000.720.23   0.11
XYZ41.096022.941942.3066
Yxy22.94190.38640.2157
Hunter Lab47.897769.3312-18.8407
CIE-Lab55.012471.9977-23.5064

#e33fae color RGB value is (227,63,174).

#e33fae hex color red value is 227, green value is 63 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e33fae hue: 0.89 , saturation: 0.75 and the lightness value of e33fae is 0.57.

The process color (four color CMYK) of #e33fae color hex is 0.00, 0.72, 0.23, 0.11. Web safe color of #e33fae is #cc3399. Color #e33fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111111 10101110
Octal 343 77 256
Decimal 227 63 174
Hex E3 3F AE

RGB Percentages of Color #e33fae

%48.92
%13.58
%37.50

CMYK Percentages of Color #e33fae

%0
%72
%23
%11

Triadic Colors of #e33fae

#e33fae #aee33f #3faee3

Analogous Colors of #e33fae

#e33fae #e33f5c #c63fe3

Monochromatic Colors of #e33fae

#e33fae

Complementary Color

#e33fae #3fe374

#e33fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33fae Color CSS Codes

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

#e33fae Text Font Color

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

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


#e33fae Background Color

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

This div background color is #e33fae


#e33fae Border Color

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

This div border color is #e33fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33fae


Comments

No comments written yet.

Please login to write comment.