Color Hex Logo

#530dbd Color Hex

#530DBD
(83,13,189)
0 Favorites   0 Comments

Color spaces of #530dbd

RGB 8313189
HSL0.730.870.40
HSV264°93°74°
CMYK 0.560.930.00   0.26
XYZ12.89655.801048.5841
Yxy5.80100.19170.0862
Hunter Lab24.085353.4289-102.7384
CIE-Lab28.904763.3749-75.4078

#530dbd color RGB value is (83,13,189).

#530dbd hex color red value is 83, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #530dbd hue: 0.73 , saturation: 0.87 and the lightness value of 530dbd is 0.40.

The process color (four color CMYK) of #530dbd color hex is 0.56, 0.93, 0.00, 0.26. Web safe color of #530dbd is #6600cc. Color #530dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001101 10111101
Octal 123 15 275
Decimal 83 13 189
Hex 53 D BD

RGB Percentages of Color #530dbd

%29.12
%4.56
%66.32

CMYK Percentages of Color #530dbd

%56
%93
%0
%26

Triadic Colors of #530dbd

#530dbd #bd530d #0dbd53

Analogous Colors of #530dbd

#530dbd #ab0dbd #0d1fbd

Monochromatic Colors of #530dbd

#530dbd

Complementary Color

#530dbd #77bd0d

#530dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#530dbd Color CSS Codes

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

#530dbd Text Font Color

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

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


#530dbd Background Color

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

This div background color is #530dbd


#530dbd Border Color

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

This div border color is #530dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,13,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #530dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #530dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #530dbd;
  box-shadow:         1px 1px 3px 2px #530dbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530dbd


Comments

No comments written yet.

Please login to write comment.