Color Hex Logo

#535eda Color Hex

#535EDA
(83,94,218)
0 Favorites   0 Comments

Color spaces of #535eda

RGB 8394218
HSL0.650.650.59
HSV235°62°85°
CMYK 0.620.570.00   0.15
XYZ20.224914.906468.1409
Yxy14.90640.19580.1443
Hunter Lab38.608825.9403-77.6151
CIE-Lab45.505733.3948-65.0278

#535eda color RGB value is (83,94,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011110 11011010
Octal 123 136 332
Decimal 83 94 218
Hex 53 5E DA

RGB Percentages of Color #535eda

%21.01
%23.80
%55.19

CMYK Percentages of Color #535eda

%62
%57
%0
%15

Triadic Colors of #535eda

#535eda #da535e #5eda53

Analogous Colors of #535eda

#535eda #8c53da #53a2da

Monochromatic Colors of #535eda

#535eda

Complementary Color

#535eda #dacf53

#535eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#535eda Color CSS Codes

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

#535eda Text Font Color

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

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


#535eda Background Color

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

This div background color is #535eda


#535eda Border Color

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

This div border color is #535eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,94,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 #535eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535eda


Comments

No comments written yet.

Please login to write comment.