Color Hex Logo

#534f9d Color Hex

#534F9D
(83,79,157)
0 Favorites   0 Comments

Color spaces of #534f9d

RGB 8379157
HSL0.680.330.46
HSV243°50°62°
CMYK 0.470.500.00   0.38
XYZ12.44919.865333.1463
Yxy9.86530.22450.1779
Hunter Lab31.409115.7832-40.5830
CIE-Lab37.599622.8910-42.1280

#534f9d color RGB value is (83,79,157).

#534f9d hex color red value is 83, green value is 79 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #534f9d hue: 0.68 , saturation: 0.33 and the lightness value of 534f9d is 0.46.

The process color (four color CMYK) of #534f9d color hex is 0.47, 0.50, 0.00, 0.38. Web safe color of #534f9d is #666699. Color #534f9d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001111 10011101
Octal 123 117 235
Decimal 83 79 157
Hex 53 4F 9D

RGB Percentages of Color #534f9d

%26.02
%24.76
%49.22

CMYK Percentages of Color #534f9d

%47
%50
%0
%38

Triadic Colors of #534f9d

#534f9d #9d534f #4f9d53

Analogous Colors of #534f9d

#534f9d #7a4f9d #4f729d

Monochromatic Colors of #534f9d

#534f9d

Complementary Color

#534f9d #999d4f

#534f9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534f9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#534f9d Color CSS Codes

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

#534f9d Text Font Color

<p style="color:#534f9d">Text here</p>

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


#534f9d Background Color

<div style="background-color:#534f9d">
Div content here</div>

This div background color is #534f9d


#534f9d Border Color

<div style="border:3px solid #534f9d">
Div here</div>

This div border color is #534f9d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,79,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #534f9d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #534f9d;
  -webkit-box-shadow: 1px 1px 3px 2px #534f9d;
  box-shadow:         1px 1px 3px 2px #534f9d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534f9d


Comments

No comments written yet.

Please login to write comment.