Color Hex Logo

#e83bfd Color Hex

#E83BFD
(232,59,253)
0 Favorites   0 Comments

Color spaces of #e83bfd

RGB 23259253
HSL0.820.980.61
HSV294°77°99°
CMYK 0.080.770.00   0.01
XYZ52.572327.375695.4417
Yxy27.37560.29970.1561
Hunter Lab52.321787.7920-71.5276
CIE-Lab59.320485.7767-61.5435

#e83bfd color RGB value is (232,59,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 00111011 11111101
Octal 350 73 375
Decimal 232 59 253
Hex E8 3B FD

RGB Percentages of Color #e83bfd

%42.65
%10.85
%46.51

CMYK Percentages of Color #e83bfd

%8
%77
%0
%1

Triadic Colors of #e83bfd

#e83bfd #fde83b #3bfde8

Analogous Colors of #e83bfd

#e83bfd #fd3bb1 #873bfd

Monochromatic Colors of #e83bfd

#e83bfd

Complementary Color

#e83bfd #50fd3b

#e83bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e83bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e83bfd Color CSS Codes

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

#e83bfd Text Font Color

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

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


#e83bfd Background Color

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

This div background color is #e83bfd


#e83bfd Border Color

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

This div border color is #e83bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e83bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.