color codes Logo

#531dfc color codes

#531DFC
(83,29,252)
0 Favorites   0 Comments

Color spaces of #531dfc

RGB 8329252
HSL0.710.970.55
HSV255°88°99°
CMYK 0.670.880.00   0.01
XYZ21.57739.746092.8394
Yxy9.74600.17380.0785
Hunter Lab31.218668.7410-154.4666
CIE-Lab37.382674.9186-97.6115

#531dfc color RGB value is (83,29,252).

#531dfc hex color red value is 83, green value is 29 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #531dfc hue: 0.71 , saturation: 0.97 and the lightness value of 531dfc is 0.55.

The process color (four color CMYK) of #531dfc color code is 0.67, 0.88, 0.00, 0.01. Web safe color of #531dfc is #6633ff. Color #531dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011101 11111100
Octal 123 35 374
Decimal 83 29 252
Hex 53 1D FC

RGB Percentages of Color #531dfc

%22.80
%7.97
%69.23

CMYK Percentages of Color #531dfc

%67
%88
%0
%1

Triadic Colors of #531dfc

#531dfc #fc531d #1dfc53

Analogous Colors of #531dfc

#531dfc #c31dfc #1d56fc

Monochromatic Colors of #531dfc

#531dfc

Complementary Color

#531dfc #c6fc1d

#531dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#531dfc Color CSS Codes

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

#531dfc Text Font Color

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

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


#531dfc Background Color

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

This div background color is #531dfc


#531dfc Border Color

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

This div border color is #531dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531dfc


Comments

No comments written yet.

Please login to write comment.