color codes Logo

#53237c color codes

#53237C
(83,35,124)
0 Favorites   0 Comments

Color spaces of #53237c

RGB 8335124
HSL0.760.560.31
HSV272°72°49°
CMYK 0.330.720.00   0.51
XYZ7.80644.496319.5252
Yxy4.49630.24530.1413
Hunter Lab21.204528.6067-39.7514
CIE-Lab25.248739.5447-41.6642

#53237c color RGB value is (83,35,124).

#53237c hex color red value is 83, green value is 35 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #53237c hue: 0.76 , saturation: 0.56 and the lightness value of 53237c is 0.31.

The process color (four color CMYK) of #53237c color code is 0.33, 0.72, 0.00, 0.51. Web safe color of #53237c is #663366. Color #53237c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100011 01111100
Octal 123 43 174
Decimal 83 35 124
Hex 53 23 7C

RGB Percentages of Color #53237c

%34.30
%14.46
%51.24

CMYK Percentages of Color #53237c

%33
%72
%0
%51

Triadic Colors of #53237c

#53237c #7c5323 #237c53

Analogous Colors of #53237c

#53237c #7c2379 #26237c

Monochromatic Colors of #53237c

#53237c

Complementary Color

#53237c #4c7c23

#53237c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53237c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53237c Color CSS Codes

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

#53237c Text Font Color

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

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


#53237c Background Color

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

This div background color is #53237c


#53237c Border Color

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

This div border color is #53237c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53237c


Comments

No comments written yet.

Please login to write comment.