Color Hex Logo

#530dbc Color Hex

#530DBC
(83,13,188)
0 Favorites   0 Comments

Color spaces of #530dbc

RGB 8313188
HSL0.730.870.39
HSV264°93°74°
CMYK 0.560.930.00   0.26
XYZ12.78835.757748.0143
Yxy5.75770.19210.0865
Hunter Lab23.995253.1404-101.8424
CIE-Lab28.792763.1371-75.0011

#530dbc color RGB value is (83,13,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001101 10111100
Octal 123 15 274
Decimal 83 13 188
Hex 53 D BC

RGB Percentages of Color #530dbc

%29.23
%4.58
%66.20

CMYK Percentages of Color #530dbc

%56
%93
%0
%26

Triadic Colors of #530dbc

#530dbc #bc530d #0dbc53

Analogous Colors of #530dbc

#530dbc #ab0dbc #0d1ebc

Monochromatic Colors of #530dbc

#530dbc

Complementary Color

#530dbc #76bc0d

#530dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#530dbc Color CSS Codes

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

#530dbc Text Font Color

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

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


#530dbc Background Color

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

This div background color is #530dbc


#530dbc Border Color

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

This div border color is #530dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530dbc


Comments

No comments written yet.

Please login to write comment.