Color Hex Logo

#e33fda Color Hex

#E33FDA
(227,63,218)
0 Favorites   0 Comments

Color spaces of #e33fda

RGB 22763218
HSL0.840.750.57
HSV303°72°89°
CMYK 0.000.720.04   0.11
XYZ46.110924.947968.7148
Yxy24.94790.32990.1785
Hunter Lab49.947977.3789-46.6035
CIE-Lab57.024678.1173-45.6465

#e33fda color RGB value is (227,63,218).

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

The process color (four color CMYK) of #e33fda color hex is 0.00, 0.72, 0.04, 0.11. Web safe color of #e33fda is #cc33cc. Color #e33fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00111111 11011010
Octal 343 77 332
Decimal 227 63 218
Hex E3 3F DA

RGB Percentages of Color #e33fda

%44.69
%12.40
%42.91

CMYK Percentages of Color #e33fda

%0
%72
%4
%11

Triadic Colors of #e33fda

#e33fda #dae33f #3fdae3

Analogous Colors of #e33fda

#e33fda #e33f88 #9a3fe3

Monochromatic Colors of #e33fda

#e33fda

Complementary Color

#e33fda #3fe348

#e33fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e33fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e33fda Color CSS Codes

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

#e33fda Text Font Color

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

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


#e33fda Background Color

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

This div background color is #e33fda


#e33fda Border Color

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

This div border color is #e33fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e33fda


Comments

No comments written yet.

Please login to write comment.