Color Hex Logo

#535190 Color Hex

#535190
(83,81,144)
0 Favorites   0 Comments

Color spaces of #535190

RGB 8381144
HSL0.670.280.44
HSV242°44°56°
CMYK 0.420.440.00   0.44
XYZ11.54389.737527.6567
Yxy9.73750.23590.1990
Hunter Lab31.205011.4246-30.7048
CIE-Lab37.367117.5823-34.6489

#535190 color RGB value is (83,81,144).

#535190 hex color red value is 83, green value is 81 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #535190 hue: 0.67 , saturation: 0.28 and the lightness value of 535190 is 0.44.

The process color (four color CMYK) of #535190 color hex is 0.42, 0.44, 0.00, 0.44. Web safe color of #535190 is #666699. Color #535190 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010001 10010000
Octal 123 121 220
Decimal 83 81 144
Hex 53 51 90

RGB Percentages of Color #535190

%26.95
%26.30
%46.75

CMYK Percentages of Color #535190

%42
%44
%0
%44

Triadic Colors of #535190

#535190 #905351 #519053

Analogous Colors of #535190

#535190 #735190 #516f90

Monochromatic Colors of #535190

#535190

Complementary Color

#535190 #8e9051

#535190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535190 Color CSS Codes

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

#535190 Text Font Color

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

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


#535190 Background Color

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

This div background color is #535190


#535190 Border Color

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

This div border color is #535190


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,81,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #535190; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #535190;
  -webkit-box-shadow: 1px 1px 3px 2px #535190;
  box-shadow:         1px 1px 3px 2px #535190; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535190


Comments

No comments written yet.

Please login to write comment.