Color Hex Logo

#5300ba Color Hex

#5300BA
(83,0,186)
0 Favorites   0 Comments

Color spaces of #5300ba

RGB 830186
HSL0.741.000.36
HSV267°100°73°
CMYK 0.551.000.00   0.27
XYZ12.43025.384246.8385
Yxy5.38420.19230.0833
Hunter Lab23.203955.0148-103.4379
CIE-Lab27.802464.9914-75.4556

#5300ba color RGB value is (83,0,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000000 10111010
Octal 123 0 272
Decimal 83 0 186
Hex 53 0 BA

RGB Percentages of Color #5300ba

%30.86
%0.00
%69.14

CMYK Percentages of Color #5300ba

%55
%100
%0
%27

Triadic Colors of #5300ba

#5300ba #ba5300 #00ba53

Analogous Colors of #5300ba

#5300ba #b000ba #000aba

Monochromatic Colors of #5300ba

#5300ba

Complementary Color

#5300ba #67ba00

#5300ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5300ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5300ba Color CSS Codes

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

#5300ba Text Font Color

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

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


#5300ba Background Color

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

This div background color is #5300ba


#5300ba Border Color

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

This div border color is #5300ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5300ba


Comments

No comments written yet.

Please login to write comment.