Color Hex Logo

#535fdb Color Hex

#535FDB
(83,95,219)
0 Favorites   0 Comments

Color spaces of #535fdb

RGB 8395219
HSL0.650.650.59
HSV235°62°86°
CMYK 0.620.570.00   0.14
XYZ20.445715.137968.8621
Yxy15.13790.19580.1449
Hunter Lab38.907525.7129-77.7018
CIE-Lab45.822533.1118-65.0830

#535fdb color RGB value is (83,95,219).

#535fdb hex color red value is 83, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #535fdb hue: 0.65 , saturation: 0.65 and the lightness value of 535fdb is 0.59.

The process color (four color CMYK) of #535fdb color hex is 0.62, 0.57, 0.00, 0.14. Web safe color of #535fdb is #6666cc. Color #535fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011111 11011011
Octal 123 137 333
Decimal 83 95 219
Hex 53 5F DB

RGB Percentages of Color #535fdb

%20.91
%23.93
%55.16

CMYK Percentages of Color #535fdb

%62
%57
%0
%14

Triadic Colors of #535fdb

#535fdb #db535f #5fdb53

Analogous Colors of #535fdb

#535fdb #8b53db #53a3db

Monochromatic Colors of #535fdb

#535fdb

Complementary Color

#535fdb #dbcf53

#535fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#535fdb Color CSS Codes

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

#535fdb Text Font Color

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

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


#535fdb Background Color

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

This div background color is #535fdb


#535fdb Border Color

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

This div border color is #535fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535fdb


Comments

No comments written yet.

Please login to write comment.