Color Hex Logo

#535dcb Color Hex

#535DCB
(83,93,203)
0 Favorites   0 Comments

Color spaces of #535dcb

RGB 8393203
HSL0.650.540.56
HSV235°59°80°
CMYK 0.590.540.00   0.20
XYZ18.261113.979558.2358
Yxy13.97950.20180.1545
Hunter Lab37.389221.7494-66.1752
CIE-Lab44.203529.0156-58.5462

#535dcb color RGB value is (83,93,203).

#535dcb hex color red value is 83, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #535dcb hue: 0.65 , saturation: 0.54 and the lightness value of 535dcb is 0.56.

The process color (four color CMYK) of #535dcb color hex is 0.59, 0.54, 0.00, 0.20. Web safe color of #535dcb is #6666cc. Color #535dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011101 11001011
Octal 123 135 313
Decimal 83 93 203
Hex 53 5D CB

RGB Percentages of Color #535dcb

%21.90
%24.54
%53.56

CMYK Percentages of Color #535dcb

%59
%54
%0
%20

Triadic Colors of #535dcb

#535dcb #cb535d #5dcb53

Analogous Colors of #535dcb

#535dcb #8553cb #5399cb

Monochromatic Colors of #535dcb

#535dcb

Complementary Color

#535dcb #cbc153

#535dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#535dcb Color CSS Codes

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

#535dcb Text Font Color

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

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


#535dcb Background Color

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

This div background color is #535dcb


#535dcb Border Color

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

This div border color is #535dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535dcb


Comments

No comments written yet.

Please login to write comment.