Color Hex Logo

#e33fea Color Hex

#E33FEA
(227,63,234)
0 Favorites   0 Comments

Color spaces of #e33fea

RGB 22763234
HSL0.830.800.58
HSV298°73°92°
CMYK 0.030.730.00   0.08
XYZ48.307325.826480.2808
Yxy25.82640.31280.1673
Hunter Lab50.819780.7410-58.0877
CIE-Lab57.871980.6067-53.3162

#e33fea color RGB value is (227,63,234).

#e33fea hex color red value is 227, green value is 63 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e33fea hue: 0.83 , saturation: 0.80 and the lightness value of e33fea is 0.58.

The process color (four color CMYK) of #e33fea color hex is 0.03, 0.73, 0.00, 0.08. Web safe color of #e33fea is #cc33ff. Color #e33fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111111 11101010
Octal 343 77 352
Decimal 227 63 234
Hex E3 3F EA

RGB Percentages of Color #e33fea

%43.32
%12.02
%44.66

CMYK Percentages of Color #e33fea

%3
%73
%0
%8

Triadic Colors of #e33fea

#e33fea #eae33f #3feae3

Analogous Colors of #e33fea

#e33fea #ea3f9c #8e3fea

Monochromatic Colors of #e33fea

#e33fea

Complementary Color

#e33fea #46ea3f

#e33fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33fea Color CSS Codes

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

#e33fea Text Font Color

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

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


#e33fea Background Color

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

This div background color is #e33fea


#e33fea Border Color

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

This div border color is #e33fea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,63,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33fea


Comments

No comments written yet.

Please login to write comment.