Color Hex Logo

#530254 Color Hex

#530254
(83,2,84)
0 Favorites   0 Comments

Color spaces of #530254

RGB 83284
HSL0.830.950.17
HSV299°98°33°
CMYK 0.010.980.00   0.67
XYZ5.18922.52258.6009
Yxy2.52250.31810.1546
Hunter Lab15.882430.5266-20.9901
CIE-Lab18.020143.0429-27.1587

#530254 color RGB value is (83,2,84).

#530254 hex color red value is 83, green value is 2 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #530254 hue: 0.83 , saturation: 0.95 and the lightness value of 530254 is 0.17.

The process color (four color CMYK) of #530254 color hex is 0.01, 0.98, 0.00, 0.67. Web safe color of #530254 is #660066. Color #530254 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000010 01010100
Octal 123 2 124
Decimal 83 2 84
Hex 53 2 54

RGB Percentages of Color #530254

%49.11
%1.18
%49.70

CMYK Percentages of Color #530254

%1
%98
%0
%67

Triadic Colors of #530254

#530254 #545302 #025453

Analogous Colors of #530254

#530254 #54022c #2a0254

Monochromatic Colors of #530254

#530254

Complementary Color

#530254 #035402

#530254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530254 Color CSS Codes

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

#530254 Text Font Color

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

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


#530254 Background Color

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

This div background color is #530254


#530254 Border Color

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

This div border color is #530254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530254


Comments

No comments written yet.

Please login to write comment.