Color Hex Logo

#531dbf Color Hex

#531DBF
(83,29,191)
0 Favorites   0 Comments

Color spaces of #531dbf

RGB 8329191
HSL0.720.740.43
HSV260°85°75°
CMYK 0.570.850.00   0.25
XYZ13.41066.479349.8340
Yxy6.47930.19230.0929
Hunter Lab25.454549.4968-98.2581
CIE-Lab30.590959.4768-73.8002

#531dbf color RGB value is (83,29,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011101 10111111
Octal 123 35 277
Decimal 83 29 191
Hex 53 1D BF

RGB Percentages of Color #531dbf

%27.39
%9.57
%63.04

CMYK Percentages of Color #531dbf

%57
%85
%0
%25

Triadic Colors of #531dbf

#531dbf #bf531d #1dbf53

Analogous Colors of #531dbf

#531dbf #a41dbf #1d38bf

Monochromatic Colors of #531dbf

#531dbf

Complementary Color

#531dbf #89bf1d

#531dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#531dbf Color CSS Codes

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

#531dbf Text Font Color

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

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


#531dbf Background Color

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

This div background color is #531dbf


#531dbf Border Color

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

This div border color is #531dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531dbf


Comments

No comments written yet.

Please login to write comment.