Color Hex Logo

#535ebd Color Hex

#535EBD
(83,94,189)
0 Favorites   0 Comments

Color spaces of #535ebd

RGB 8394189
HSL0.650.450.53
HSV234°56°74°
CMYK 0.560.500.00   0.26
XYZ16.755313.518549.8703
Yxy13.51850.20910.1687
Hunter Lab36.767517.0010-54.6818
CIE-Lab43.534323.7413-51.5213

#535ebd color RGB value is (83,94,189).

#535ebd hex color red value is 83, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #535ebd hue: 0.65 , saturation: 0.45 and the lightness value of 535ebd is 0.53.

The process color (four color CMYK) of #535ebd color hex is 0.56, 0.50, 0.00, 0.26. Web safe color of #535ebd is #6666cc. Color #535ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011110 10111101
Octal 123 136 275
Decimal 83 94 189
Hex 53 5E BD

RGB Percentages of Color #535ebd

%22.68
%25.68
%51.64

CMYK Percentages of Color #535ebd

%56
%50
%0
%26

Triadic Colors of #535ebd

#535ebd #bd535e #5ebd53

Analogous Colors of #535ebd

#535ebd #7d53bd #5393bd

Monochromatic Colors of #535ebd

#535ebd

Complementary Color

#535ebd #bdb253

#535ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#535ebd Color CSS Codes

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

#535ebd Text Font Color

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

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


#535ebd Background Color

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

This div background color is #535ebd


#535ebd Border Color

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

This div border color is #535ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,94,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #535ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #535ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #535ebd;
  box-shadow:         1px 1px 3px 2px #535ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535ebd


Comments

No comments written yet.

Please login to write comment.