Color Hex Logo

#534bfa Color Hex

#534BFA
(83,75,250)
0 Favorites   0 Comments

Color spaces of #534bfa

RGB 8375250
HSL0.670.950.64
HSV243°70°98°
CMYK 0.670.700.00   0.02
XYZ23.338713.773391.8709
Yxy13.77330.18090.1068
Hunter Lab37.112447.3058-120.7924
CIE-Lab43.906054.8841-85.7025

#534bfa color RGB value is (83,75,250).

#534bfa hex color red value is 83, green value is 75 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #534bfa hue: 0.67 , saturation: 0.95 and the lightness value of 534bfa is 0.64.

The process color (four color CMYK) of #534bfa color hex is 0.67, 0.70, 0.00, 0.02. Web safe color of #534bfa is #6633ff. Color #534bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001011 11111010
Octal 123 113 372
Decimal 83 75 250
Hex 53 4B FA

RGB Percentages of Color #534bfa

%20.34
%18.38
%61.27

CMYK Percentages of Color #534bfa

%67
%70
%0
%2

Triadic Colors of #534bfa

#534bfa #fa534b #4bfa53

Analogous Colors of #534bfa

#534bfa #ab4bfa #4b9bfa

Monochromatic Colors of #534bfa

#534bfa

Complementary Color

#534bfa #f2fa4b

#534bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#534bfa Color CSS Codes

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

#534bfa Text Font Color

<p style="color:#534bfa">Text here</p>

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


#534bfa Background Color

<div style="background-color:#534bfa">
Div content here</div>

This div background color is #534bfa


#534bfa Border Color

<div style="border:3px solid #534bfa">
Div here</div>

This div border color is #534bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,75,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #534bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #534bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #534bfa;
  box-shadow:         1px 1px 3px 2px #534bfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534bfa


Comments

No comments written yet.

Please login to write comment.