Color Hex Logo

#531daf Color Hex

#531DAF
(83,29,175)
0 Favorites   0 Comments

Color spaces of #531daf

RGB 8329175
HSL0.730.720.40
HSV262°83°69°
CMYK 0.530.830.00   0.31
XYZ11.74455.812941.0604
Yxy5.81290.20040.0992
Hunter Lab24.110044.7589-84.0967
CIE-Lab28.935455.3526-67.0195

#531daf color RGB value is (83,29,175).

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

The process color (four color CMYK) of #531daf color hex is 0.53, 0.83, 0.00, 0.31. Web safe color of #531daf is #663399. Color #531daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011101 10101111
Octal 123 35 257
Decimal 83 29 175
Hex 53 1D AF

RGB Percentages of Color #531daf

%28.92
%10.10
%60.98

CMYK Percentages of Color #531daf

%53
%83
%0
%31

Triadic Colors of #531daf

#531daf #af531d #1daf53

Analogous Colors of #531daf

#531daf #9c1daf #1d30af

Monochromatic Colors of #531daf

#531daf

Complementary Color

#531daf #79af1d

#531daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#531daf Color CSS Codes

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

#531daf Text Font Color

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

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


#531daf Background Color

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

This div background color is #531daf


#531daf Border Color

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

This div border color is #531daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531daf


Comments

No comments written yet.

Please login to write comment.