Color Hex Logo

#535187 Color Hex

#535187
(83,81,135)
0 Favorites   0 Comments

Color spaces of #535187

RGB 8381135
HSL0.670.250.42
HSV242°40°53°
CMYK 0.390.400.00   0.47
XYZ10.88299.473124.1766
Yxy9.47310.24440.2127
Hunter Lab30.77849.2534-25.0277
CIE-Lab36.879714.8649-29.9368

#535187 color RGB value is (83,81,135).

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

The process color (four color CMYK) of #535187 color hex is 0.39, 0.40, 0.00, 0.47. Web safe color of #535187 is #666699. Color #535187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010001 10000111
Octal 123 121 207
Decimal 83 81 135
Hex 53 51 87

RGB Percentages of Color #535187

%27.76
%27.09
%45.15

CMYK Percentages of Color #535187

%39
%40
%0
%47

Triadic Colors of #535187

#535187 #875351 #518753

Analogous Colors of #535187

#535187 #6e5187 #516a87

Monochromatic Colors of #535187

#535187

Complementary Color

#535187 #858751

#535187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535187 Color CSS Codes

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

#535187 Text Font Color

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

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


#535187 Background Color

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

This div background color is #535187


#535187 Border Color

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

This div border color is #535187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535187


Comments

No comments written yet.

Please login to write comment.