Color Hex Logo

#531fdc Color Hex

#531FDC
(83,31,220)
0 Favorites   0 Comments

Color spaces of #531fdc

RGB 8331220
HSL0.710.750.49
HSV257°86°86°
CMYK 0.620.860.00   0.14
XYZ16.97557.986368.3569
Yxy7.98630.18190.0856
Hunter Lab28.260057.7679-123.6318
CIE-Lab33.954366.2572-85.1245

#531fdc color RGB value is (83,31,220).

#531fdc hex color red value is 83, green value is 31 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #531fdc hue: 0.71 , saturation: 0.75 and the lightness value of 531fdc is 0.49.

The process color (four color CMYK) of #531fdc color hex is 0.62, 0.86, 0.00, 0.14. Web safe color of #531fdc is #6633cc. Color #531fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011111 11011100
Octal 123 37 334
Decimal 83 31 220
Hex 53 1F DC

RGB Percentages of Color #531fdc

%24.85
%9.28
%65.87

CMYK Percentages of Color #531fdc

%62
%86
%0
%14

Triadic Colors of #531fdc

#531fdc #dc531f #1fdc53

Analogous Colors of #531fdc

#531fdc #b21fdc #1f49dc

Monochromatic Colors of #531fdc

#531fdc

Complementary Color

#531fdc #a8dc1f

#531fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#531fdc Color CSS Codes

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

#531fdc Text Font Color

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

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


#531fdc Background Color

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

This div background color is #531fdc


#531fdc Border Color

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

This div border color is #531fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531fdc


Comments

No comments written yet.

Please login to write comment.