Color Hex Logo

#e433fd Color Hex

#E433FD
(228,51,253)
0 Favorites   0 Comments

Color spaces of #e433fd

RGB 22851253
HSL0.810.980.60
HSV293°80°99°
CMYK 0.100.800.00   0.01
XYZ50.908425.953595.2549
Yxy25.95350.29580.1508
Hunter Lab50.944689.2202-75.1978
CIE-Lab57.992987.1222-63.7073

#e433fd color RGB value is (228,51,253).

#e433fd hex color red value is 228, green value is 51 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e433fd hue: 0.81 , saturation: 0.98 and the lightness value of e433fd is 0.60.

The process color (four color CMYK) of #e433fd color hex is 0.10, 0.80, 0.00, 0.01. Web safe color of #e433fd is #cc33ff. Color #e433fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00110011 11111101
Octal 344 63 375
Decimal 228 51 253
Hex E4 33 FD

RGB Percentages of Color #e433fd

%42.86
%9.59
%47.56

CMYK Percentages of Color #e433fd

%10
%80
%0
%1

Triadic Colors of #e433fd

#e433fd #fde433 #33fde4

Analogous Colors of #e433fd

#e433fd #fd33b1 #7f33fd

Monochromatic Colors of #e433fd

#e433fd

Complementary Color

#e433fd #4cfd33

#e433fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e433fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e433fd Color CSS Codes

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

#e433fd Text Font Color

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

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


#e433fd Background Color

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

This div background color is #e433fd


#e433fd Border Color

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

This div border color is #e433fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,51,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e433fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e433fd;
  -webkit-box-shadow: 1px 1px 3px 2px #e433fd;
  box-shadow:         1px 1px 3px 2px #e433fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,51,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e433fd


Comments

No comments written yet.

Please login to write comment.