Color Hex Logo

#53438c Color Hex

#53438C
(83,67,140)
0 Favorites   0 Comments

Color spaces of #53438c

RGB 8367140
HSL0.700.350.41
HSV253°52°55°
CMYK 0.410.520.00   0.45
XYZ10.30817.746825.7629
Yxy7.74680.23520.1768
Hunter Lab27.833117.4004-35.3970
CIE-Lab33.449925.2962-38.4430

#53438c color RGB value is (83,67,140).

#53438c hex color red value is 83, green value is 67 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #53438c hue: 0.70 , saturation: 0.35 and the lightness value of 53438c is 0.41.

The process color (four color CMYK) of #53438c color hex is 0.41, 0.52, 0.00, 0.45. Web safe color of #53438c is #663399. Color #53438c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000011 10001100
Octal 123 103 214
Decimal 83 67 140
Hex 53 43 8C

RGB Percentages of Color #53438c

%28.62
%23.10
%48.28

CMYK Percentages of Color #53438c

%41
%52
%0
%45

Triadic Colors of #53438c

#53438c #8c5343 #438c53

Analogous Colors of #53438c

#53438c #78438c #43588c

Monochromatic Colors of #53438c

#53438c

Complementary Color

#53438c #7c8c43

#53438c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#53438c Color Preview on White Background

Lorem ipsum dolor sit amet.

#53438c Color CSS Codes

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

#53438c Text Font Color

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

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


#53438c Background Color

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

This div background color is #53438c


#53438c Border Color

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

This div border color is #53438c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #53438c


Comments

No comments written yet.

Please login to write comment.