Color Hex Logo

#531f6b Color Hex

#531F6B
(83,31,107)
0 Favorites   0 Comments

Color spaces of #531f6b

RGB 8331107
HSL0.780.550.27
HSV281°71°42°
CMYK 0.220.710.00   0.58
XYZ6.71113.880514.3052
Yxy3.88050.26960.1559
Hunter Lab19.699026.3386-29.2665
CIE-Lab23.272437.3819-33.9625

#531f6b color RGB value is (83,31,107).

#531f6b hex color red value is 83, green value is 31 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #531f6b hue: 0.78 , saturation: 0.55 and the lightness value of 531f6b is 0.27.

The process color (four color CMYK) of #531f6b color hex is 0.22, 0.71, 0.00, 0.58. Web safe color of #531f6b is #663366. Color #531f6b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011111 01101011
Octal 123 37 153
Decimal 83 31 107
Hex 53 1F 6B

RGB Percentages of Color #531f6b

%37.56
%14.03
%48.42

CMYK Percentages of Color #531f6b

%22
%71
%0
%58

Triadic Colors of #531f6b

#531f6b #6b531f #1f6b53

Analogous Colors of #531f6b

#531f6b #6b1f5d #2d1f6b

Monochromatic Colors of #531f6b

#531f6b

Complementary Color

#531f6b #376b1f

#531f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#531f6b Color CSS Codes

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

#531f6b Text Font Color

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

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


#531f6b Background Color

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

This div background color is #531f6b


#531f6b Border Color

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

This div border color is #531f6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531f6b


Comments

No comments written yet.

Please login to write comment.