Color Hex Logo

#5300cd Color Hex

#5300CD
(83,0,205)
0 Favorites   0 Comments

Color spaces of #5300cd

RGB 830205
HSL0.731.000.40
HSV264°100°80°
CMYK 0.601.000.00   0.20
XYZ14.58676.246858.1945
Yxy6.24680.18460.0790
Hunter Lab24.993660.4369-120.5539
CIE-Lab30.026869.3054-82.9505

#5300cd color RGB value is (83,0,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000000 11001101
Octal 123 0 315
Decimal 83 0 205
Hex 53 0 CD

RGB Percentages of Color #5300cd

%28.82
%0.00
%71.18

CMYK Percentages of Color #5300cd

%60
%100
%0
%20

Triadic Colors of #5300cd

#5300cd #cd5300 #00cd53

Analogous Colors of #5300cd

#5300cd #ba00cd #0013cd

Monochromatic Colors of #5300cd

#5300cd

Complementary Color

#5300cd #7acd00

#5300cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5300cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5300cd Color CSS Codes

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

#5300cd Text Font Color

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

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


#5300cd Background Color

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

This div background color is #5300cd


#5300cd Border Color

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

This div border color is #5300cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5300cd


Comments

No comments written yet.

Please login to write comment.