Color Hex Logo

#53238a Color Hex

#53238A
(83,35,138)
0 Favorites   0 Comments

Color spaces of #53238a

RGB 8335138
HSL0.740.600.34
HSV268°75°54°
CMYK 0.400.750.00   0.46
XYZ8.75584.876024.5244
Yxy4.87600.22950.1278
Hunter Lab22.081732.1357-50.3917
CIE-Lab26.378543.1505-48.6202

#53238a color RGB value is (83,35,138).

#53238a hex color red value is 83, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #53238a hue: 0.74 , saturation: 0.60 and the lightness value of 53238a is 0.34.

The process color (four color CMYK) of #53238a color hex is 0.40, 0.75, 0.00, 0.46. Web safe color of #53238a is #663399. Color #53238a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 10001010
Octal 123 43 212
Decimal 83 35 138
Hex 53 23 8A

RGB Percentages of Color #53238a

%32.42
%13.67
%53.91

CMYK Percentages of Color #53238a

%40
%75
%0
%46

Triadic Colors of #53238a

#53238a #8a5323 #238a53

Analogous Colors of #53238a

#53238a #87238a #23268a

Monochromatic Colors of #53238a

#53238a

Complementary Color

#53238a #5a8a23

#53238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#53238a Color CSS Codes

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

#53238a Text Font Color

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

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


#53238a Background Color

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

This div background color is #53238a


#53238a Border Color

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

This div border color is #53238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53238a


Comments

No comments written yet.

Please login to write comment.