Color Hex Logo

#531dbc Color Hex

#531DBC
(83,29,188)
0 Favorites   0 Comments

Color spaces of #531dbc

RGB 8329188
HSL0.720.730.43
HSV260°85°74°
CMYK 0.560.850.00   0.26
XYZ13.08376.348648.1128
Yxy6.34860.19370.0940
Hunter Lab25.196448.5956-95.5773
CIE-Lab30.275458.7039-72.5487

#531dbc color RGB value is (83,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011101 10111100
Octal 123 35 274
Decimal 83 29 188
Hex 53 1D BC

RGB Percentages of Color #531dbc

%27.67
%9.67
%62.67

CMYK Percentages of Color #531dbc

%56
%85
%0
%26

Triadic Colors of #531dbc

#531dbc #bc531d #1dbc53

Analogous Colors of #531dbc

#531dbc #a31dbc #1d36bc

Monochromatic Colors of #531dbc

#531dbc

Complementary Color

#531dbc #86bc1d

#531dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#531dbc Color CSS Codes

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

#531dbc Text Font Color

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

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


#531dbc Background Color

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

This div background color is #531dbc


#531dbc Border Color

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

This div border color is #531dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,29,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 #531dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531dbc


Comments

No comments written yet.

Please login to write comment.