Color Hex Logo

#5300df Color Hex

#5300DF
(83,0,223)
0 Favorites   0 Comments

Color spaces of #5300df

RGB 830223
HSL0.731.000.44
HSV262°100°87°
CMYK 0.631.000.00   0.13
XYZ16.88667.166770.3053
Yxy7.16670.17900.0760
Hunter Lab26.770765.7467-136.9681
CIE-Lab32.183473.3980-89.7897

#5300df color RGB value is (83,0,223).

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

The process color (four color CMYK) of #5300df color hex is 0.63, 1.00, 0.00, 0.13. Web safe color of #5300df is #6600cc. Color #5300df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000000 11011111
Octal 123 0 337
Decimal 83 0 223
Hex 53 0 DF

RGB Percentages of Color #5300df

%27.12
%0.00
%72.88

CMYK Percentages of Color #5300df

%63
%100
%0
%13

Triadic Colors of #5300df

#5300df #df5300 #00df53

Analogous Colors of #5300df

#5300df #c300df #001cdf

Monochromatic Colors of #5300df

#5300df

Complementary Color

#5300df #8cdf00

#5300df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5300df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5300df Color CSS Codes

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

#5300df Text Font Color

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

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


#5300df Background Color

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

This div background color is #5300df


#5300df Border Color

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

This div border color is #5300df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5300df


Comments

No comments written yet.

Please login to write comment.