Color Hex Logo

#535fe8 Color Hex

#535FE8
(83,95,232)
0 Favorites   0 Comments

Color spaces of #535fe8

RGB 8395232
HSL0.650.760.62
HSV235°64°91°
CMYK 0.640.590.00   0.09
XYZ22.225015.849678.2318
Yxy15.84960.19110.1363
Hunter Lab39.811629.9783-88.6399
CIE-Lab46.776537.4495-70.8957

#535fe8 color RGB value is (83,95,232).

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

The process color (four color CMYK) of #535fe8 color hex is 0.64, 0.59, 0.00, 0.09. Web safe color of #535fe8 is #6666ff. Color #535fe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01011111 11101000
Octal 123 137 350
Decimal 83 95 232
Hex 53 5F E8

RGB Percentages of Color #535fe8

%20.24
%23.17
%56.59

CMYK Percentages of Color #535fe8

%64
%59
%0
%9

Triadic Colors of #535fe8

#535fe8 #e8535f #5fe853

Analogous Colors of #535fe8

#535fe8 #9253e8 #53aae8

Monochromatic Colors of #535fe8

#535fe8

Complementary Color

#535fe8 #e8dc53

#535fe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#535fe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#535fe8 Color CSS Codes

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

#535fe8 Text Font Color

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

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


#535fe8 Background Color

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

This div background color is #535fe8


#535fe8 Border Color

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

This div border color is #535fe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #535fe8


Comments

No comments written yet.

Please login to write comment.