Color Hex Logo

#534b92 Color Hex

#534B92
(83,75,146)
0 Favorites   0 Comments

Color spaces of #534b92

RGB 8375146
HSL0.690.320.43
HSV247°49°57°
CMYK 0.430.490.00   0.43
XYZ11.27178.946528.3269
Yxy8.94650.23220.1843
Hunter Lab29.910714.9231-35.2130
CIE-Lab35.881122.0267-38.2260

#534b92 color RGB value is (83,75,146).

#534b92 hex color red value is 83, green value is 75 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #534b92 hue: 0.69 , saturation: 0.32 and the lightness value of 534b92 is 0.43.

The process color (four color CMYK) of #534b92 color hex is 0.43, 0.49, 0.00, 0.43. Web safe color of #534b92 is #663399. Color #534b92 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001011 10010010
Octal 123 113 222
Decimal 83 75 146
Hex 53 4B 92

RGB Percentages of Color #534b92

%27.30
%24.67
%48.03

CMYK Percentages of Color #534b92

%43
%49
%0
%43

Triadic Colors of #534b92

#534b92 #92534b #4b9253

Analogous Colors of #534b92

#534b92 #774b92 #4b6792

Monochromatic Colors of #534b92

#534b92

Complementary Color

#534b92 #8a924b

#534b92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534b92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534b92 Color CSS Codes

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

#534b92 Text Font Color

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

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


#534b92 Background Color

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

This div background color is #534b92


#534b92 Border Color

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

This div border color is #534b92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534b92


Comments

No comments written yet.

Please login to write comment.