Color Hex Logo

#530954 Color Hex

#530954
(83,9,84)
0 Favorites   0 Comments

Color spaces of #530954

RGB 83984
HSL0.830.810.18
HSV299°89°33°
CMYK 0.010.890.00   0.67
XYZ5.26522.67458.6262
Yxy2.67450.31780.1614
Hunter Lab16.353928.8494-19.8260
CIE-Lab18.690141.0763-26.0875

#530954 color RGB value is (83,9,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001001 01010100
Octal 123 11 124
Decimal 83 9 84
Hex 53 9 54

RGB Percentages of Color #530954

%47.16
%5.11
%47.73

CMYK Percentages of Color #530954

%1
%89
%0
%67

Triadic Colors of #530954

#530954 #545309 #095453

Analogous Colors of #530954

#530954 #540930 #2e0954

Monochromatic Colors of #530954

#530954

Complementary Color

#530954 #0a5409

#530954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530954 Color CSS Codes

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

#530954 Text Font Color

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

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


#530954 Background Color

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

This div background color is #530954


#530954 Border Color

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

This div border color is #530954


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,9,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 #530954">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530954


Comments

No comments written yet.

Please login to write comment.