Color Hex Logo

#535dbc Color Hex

#535DBC
(83,93,188)
0 Favorites   0 Comments

Color spaces of #535dbc

RGB 8393188
HSL0.650.440.53
HSV234°56°74°
CMYK 0.560.510.00   0.26
XYZ16.558713.298549.2711
Yxy13.29850.20930.1681
Hunter Lab36.467117.2344-54.5804
CIE-Lab43.209624.0401-51.4612

#535dbc color RGB value is (83,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011101 10111100
Octal 123 135 274
Decimal 83 93 188
Hex 53 5D BC

RGB Percentages of Color #535dbc

%22.80
%25.55
%51.65

CMYK Percentages of Color #535dbc

%56
%51
%0
%26

Triadic Colors of #535dbc

#535dbc #bc535d #5dbc53

Analogous Colors of #535dbc

#535dbc #7e53bc #5392bc

Monochromatic Colors of #535dbc

#535dbc

Complementary Color

#535dbc #bcb253

#535dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#535dbc Color CSS Codes

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

#535dbc Text Font Color

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

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


#535dbc Background Color

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

This div background color is #535dbc


#535dbc Border Color

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

This div border color is #535dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535dbc


Comments

No comments written yet.

Please login to write comment.