Color Hex Logo

#535fda Color Hex

#535FDA
(83,95,218)
0 Favorites   0 Comments

Color spaces of #535fda

RGB 8395218
HSL0.650.650.59
HSV235°62°85°
CMYK 0.620.560.00   0.15
XYZ20.314415.085468.1708
Yxy15.08540.19610.1457
Hunter Lab38.839925.3908-76.8763
CIE-Lab45.750932.7775-64.6300

#535fda color RGB value is (83,95,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011111 11011010
Octal 123 137 332
Decimal 83 95 218
Hex 53 5F DA

RGB Percentages of Color #535fda

%20.96
%23.99
%55.05

CMYK Percentages of Color #535fda

%62
%56
%0
%15

Triadic Colors of #535fda

#535fda #da535f #5fda53

Analogous Colors of #535fda

#535fda #8b53da #53a3da

Monochromatic Colors of #535fda

#535fda

Complementary Color

#535fda #dace53

#535fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#535fda Color CSS Codes

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

#535fda Text Font Color

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

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


#535fda Background Color

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

This div background color is #535fda


#535fda Border Color

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

This div border color is #535fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535fda


Comments

No comments written yet.

Please login to write comment.