Color Hex Logo

#53125b Color Hex

#53125B
(83,18,91)
0 Favorites   0 Comments

Color spaces of #53125b

RGB 831891
HSL0.820.670.21
HSV293°80°36°
CMYK 0.090.800.00   0.64
XYZ5.67193.026910.1828
Yxy3.02690.30040.1603
Hunter Lab17.398027.7461-22.5230
CIE-Lab20.151339.5644-28.4520

#53125b color RGB value is (83,18,91).

#53125b hex color red value is 83, green value is 18 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #53125b hue: 0.82 , saturation: 0.67 and the lightness value of 53125b is 0.21.

The process color (four color CMYK) of #53125b color hex is 0.09, 0.80, 0.00, 0.64. Web safe color of #53125b is #660066. Color #53125b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010010 01011011
Octal 123 22 133
Decimal 83 18 91
Hex 53 12 5B

RGB Percentages of Color #53125b

%43.23
%9.38
%47.40

CMYK Percentages of Color #53125b

%9
%80
%0
%64

Triadic Colors of #53125b

#53125b #5b5312 #125b53

Analogous Colors of #53125b

#53125b #5b123f #2f125b

Monochromatic Colors of #53125b

#53125b

Complementary Color

#53125b #1a5b12

#53125b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53125b Color Preview on White Background

Lorem ipsum dolor sit amet.

#53125b Color CSS Codes

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

#53125b Text Font Color

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

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


#53125b Background Color

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

This div background color is #53125b


#53125b Border Color

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

This div border color is #53125b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53125b


Comments

No comments written yet.

Please login to write comment.