Color Hex Logo

#535dca Color Hex

#535DCA
(83,93,202)
0 Favorites   0 Comments

Color spaces of #535dca

RGB 8393202
HSL0.650.530.56
HSV235°59°79°
CMYK 0.590.540.00   0.21
XYZ18.142313.932057.6101
Yxy13.93200.20230.1553
Hunter Lab37.325621.4411-65.3831
CIE-Lab44.135328.6828-58.0804

#535dca color RGB value is (83,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011101 11001010
Octal 123 135 312
Decimal 83 93 202
Hex 53 5D CA

RGB Percentages of Color #535dca

%21.96
%24.60
%53.44

CMYK Percentages of Color #535dca

%59
%54
%0
%21

Triadic Colors of #535dca

#535dca #ca535d #5dca53

Analogous Colors of #535dca

#535dca #8553ca #5399ca

Monochromatic Colors of #535dca

#535dca

Complementary Color

#535dca #cac053

#535dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#535dca Color CSS Codes

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

#535dca Text Font Color

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

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


#535dca Background Color

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

This div background color is #535dca


#535dca Border Color

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

This div border color is #535dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535dca


Comments

No comments written yet.

Please login to write comment.