Color Hex Logo

#5300eb Color Hex

#5300EB
(83,0,235)
0 Favorites   0 Comments

Color spaces of #5300eb

RGB 830235
HSL0.731.000.46
HSV261°100°92°
CMYK 0.651.000.00   0.08
XYZ18.56277.837279.1316
Yxy7.83720.17590.0743
Hunter Lab27.995069.3671-147.9946
CIE-Lab33.641576.1212-94.2265

#5300eb color RGB value is (83,0,235).

#5300eb hex color red value is 83, green value is 0 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5300eb hue: 0.73 , saturation: 1.00 and the lightness value of 5300eb is 0.46.

The process color (four color CMYK) of #5300eb color hex is 0.65, 1.00, 0.00, 0.08. Web safe color of #5300eb is #6600ff. Color #5300eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000000 11101011
Octal 123 0 353
Decimal 83 0 235
Hex 53 0 EB

RGB Percentages of Color #5300eb

%26.10
%0.00
%73.90

CMYK Percentages of Color #5300eb

%65
%100
%0
%8

Triadic Colors of #5300eb

#5300eb #eb5300 #00eb53

Analogous Colors of #5300eb

#5300eb #c900eb #0023eb

Monochromatic Colors of #5300eb

#5300eb

Complementary Color

#5300eb #98eb00

#5300eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5300eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5300eb Color CSS Codes

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

#5300eb Text Font Color

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

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


#5300eb Background Color

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

This div background color is #5300eb


#5300eb Border Color

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

This div border color is #5300eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,0,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5300eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5300eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5300eb;
  box-shadow:         1px 1px 3px 2px #5300eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,0,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5300eb


Comments

No comments written yet.

Please login to write comment.