Color Hex Logo

#e833fd Color Hex

#E833FD
(232,51,253)
0 Favorites   0 Comments

Color spaces of #e833fd

RGB 23251253
HSL0.820.980.60
HSV294°80°99°
CMYK 0.080.800.00   0.01
XYZ52.192226.615395.3149
Yxy26.61530.29970.1529
Hunter Lab51.590090.3010-73.4280
CIE-Lab58.616587.8190-62.6722

#e833fd color RGB value is (232,51,253).

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

The process color (four color CMYK) of #e833fd color hex is 0.08, 0.80, 0.00, 0.01. Web safe color of #e833fd is #ff33ff. Color #e833fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110011 11111101
Octal 350 63 375
Decimal 232 51 253
Hex E8 33 FD

RGB Percentages of Color #e833fd

%43.28
%9.51
%47.20

CMYK Percentages of Color #e833fd

%8
%80
%0
%1

Triadic Colors of #e833fd

#e833fd #fde833 #33fde8

Analogous Colors of #e833fd

#e833fd #fd33ad #8333fd

Monochromatic Colors of #e833fd

#e833fd

Complementary Color

#e833fd #48fd33

#e833fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e833fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e833fd Color CSS Codes

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

#e833fd Text Font Color

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

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


#e833fd Background Color

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

This div background color is #e833fd


#e833fd Border Color

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

This div border color is #e833fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e833fd


Comments

No comments written yet.

Please login to write comment.