Color Hex Logo

#531dcf Color Hex

#531DCF
(83,29,207)
0 Favorites   0 Comments

Color spaces of #531dcf

RGB 8329207
HSL0.720.750.46
HSV258°86°81°
CMYK 0.600.860.00   0.19
XYZ15.26917.222759.6208
Yxy7.22270.18600.0880
Hunter Lab26.875154.3835-112.7188
CIE-Lab32.308663.5809-80.3316

#531dcf color RGB value is (83,29,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011101 11001111
Octal 123 35 317
Decimal 83 29 207
Hex 53 1D CF

RGB Percentages of Color #531dcf

%26.02
%9.09
%64.89

CMYK Percentages of Color #531dcf

%60
%86
%0
%19

Triadic Colors of #531dcf

#531dcf #cf531d #1dcf53

Analogous Colors of #531dcf

#531dcf #ac1dcf #1d40cf

Monochromatic Colors of #531dcf

#531dcf

Complementary Color

#531dcf #99cf1d

#531dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#531dcf Color CSS Codes

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

#531dcf Text Font Color

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

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


#531dcf Background Color

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

This div background color is #531dcf


#531dcf Border Color

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

This div border color is #531dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531dcf


Comments

No comments written yet.

Please login to write comment.