Color Hex Logo

#531355 Color Hex

#531355
(83,19,85)
0 Favorites   0 Comments

Color spaces of #531355

RGB 831985
HSL0.830.630.20
HSV298°78°33°
CMYK 0.020.780.00   0.67
XYZ5.43982.96068.8791
Yxy2.96060.31480.1713
Hunter Lab17.206426.3216-18.5512
CIE-Lab19.885438.0081-24.8580

#531355 color RGB value is (83,19,85).

#531355 hex color red value is 83, green value is 19 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #531355 hue: 0.83 , saturation: 0.63 and the lightness value of 531355 is 0.20.

The process color (four color CMYK) of #531355 color hex is 0.02, 0.78, 0.00, 0.67. Web safe color of #531355 is #660066. Color #531355 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010011 01010101
Octal 123 23 125
Decimal 83 19 85
Hex 53 13 55

RGB Percentages of Color #531355

%44.39
%10.16
%45.45

CMYK Percentages of Color #531355

%2
%78
%0
%67

Triadic Colors of #531355

#531355 #555313 #135553

Analogous Colors of #531355

#531355 #551336 #321355

Monochromatic Colors of #531355

#531355

Complementary Color

#531355 #155513

#531355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#531355 Color CSS Codes

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

#531355 Text Font Color

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

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


#531355 Background Color

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

This div background color is #531355


#531355 Border Color

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

This div border color is #531355


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,19,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #531355; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #531355;
  -webkit-box-shadow: 1px 1px 3px 2px #531355;
  box-shadow:         1px 1px 3px 2px #531355; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531355


Comments

No comments written yet.

Please login to write comment.