Color Hex Logo

#53075c Color Hex

#53075C
(83,7,92)
0 Favorites   0 Comments

Color spaces of #53075c

RGB 83792
HSL0.820.860.19
HSV294°92°36°
CMYK 0.100.920.00   0.64
XYZ5.57502.763710.3648
Yxy2.76370.29810.1478
Hunter Lab16.624430.7675-25.3285
CIE-Lab19.071543.0994-30.8513

#53075c color RGB value is (83,7,92).

#53075c hex color red value is 83, green value is 7 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #53075c hue: 0.82 , saturation: 0.86 and the lightness value of 53075c is 0.19.

The process color (four color CMYK) of #53075c color hex is 0.10, 0.92, 0.00, 0.64. Web safe color of #53075c is #660066. Color #53075c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00000111 01011100
Octal 123 7 134
Decimal 83 7 92
Hex 53 7 5C

RGB Percentages of Color #53075c

%45.60
%3.85
%50.55

CMYK Percentages of Color #53075c

%10
%92
%0
%64

Triadic Colors of #53075c

#53075c #5c5307 #075c53

Analogous Colors of #53075c

#53075c #5c073b #29075c

Monochromatic Colors of #53075c

#53075c

Complementary Color

#53075c #105c07

#53075c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53075c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53075c Color CSS Codes

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

#53075c Text Font Color

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

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


#53075c Background Color

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

This div background color is #53075c


#53075c Border Color

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

This div border color is #53075c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53075c


Comments

No comments written yet.

Please login to write comment.