Color Hex Logo

#530181 Color Hex

#530181
(83,1,129)
0 Favorites   0 Comments

Color spaces of #530181

RGB 831129
HSL0.770.980.25
HSV278°99°51°
CMYK 0.360.990.00   0.49
XYZ7.54063.445721.0365
Yxy3.44570.23550.1076
Hunter Lab18.562640.0267-54.1980
CIE-Lab21.747152.1422-50.5392

#530181 color RGB value is (83,1,129).

#530181 hex color red value is 83, green value is 1 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #530181 hue: 0.77 , saturation: 0.98 and the lightness value of 530181 is 0.25.

The process color (four color CMYK) of #530181 color hex is 0.36, 0.99, 0.00, 0.49. Web safe color of #530181 is #660099. Color #530181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000001 10000001
Octal 123 1 201
Decimal 83 1 129
Hex 53 1 81

RGB Percentages of Color #530181

%38.97
%0.47
%60.56

CMYK Percentages of Color #530181

%36
%99
%0
%49

Triadic Colors of #530181

#530181 #815301 #018153

Analogous Colors of #530181

#530181 #81016f #130181

Monochromatic Colors of #530181

#530181

Complementary Color

#530181 #2f8101

#530181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530181 Color CSS Codes

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

#530181 Text Font Color

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

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


#530181 Background Color

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

This div background color is #530181


#530181 Border Color

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

This div border color is #530181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530181


Comments

No comments written yet.

Please login to write comment.