Color Hex Logo

#535eea Color Hex

#535EEA
(83,94,234)
0 Favorites   0 Comments

Color spaces of #535eea

RGB 8394234
HSL0.650.780.62
HSV236°65°92°
CMYK 0.650.600.00   0.08
XYZ22.421315.784979.7070
Yxy15.78490.19020.1339
Hunter Lab39.730231.2066-91.1368
CIE-Lab46.691038.7225-72.1621

#535eea color RGB value is (83,94,234).

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

The process color (four color CMYK) of #535eea color hex is 0.65, 0.60, 0.00, 0.08. Web safe color of #535eea is #6666ff. Color #535eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011110 11101010
Octal 123 136 352
Decimal 83 94 234
Hex 53 5E EA

RGB Percentages of Color #535eea

%20.19
%22.87
%56.93

CMYK Percentages of Color #535eea

%65
%60
%0
%8

Triadic Colors of #535eea

#535eea #ea535e #5eea53

Analogous Colors of #535eea

#535eea #9453ea #53aaea

Monochromatic Colors of #535eea

#535eea

Complementary Color

#535eea #eadf53

#535eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#535eea Color CSS Codes

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

#535eea Text Font Color

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

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


#535eea Background Color

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

This div background color is #535eea


#535eea Border Color

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

This div border color is #535eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535eea


Comments

No comments written yet.

Please login to write comment.