Color Hex Logo

#534ef0 Color Hex

#534EF0
(83,78,240)
0 Favorites   0 Comments

Color spaces of #534ef0

RGB 8378240
HSL0.670.840.62
HSV242°68°94°
CMYK 0.650.680.00   0.06
XYZ22.019813.579083.8985
Yxy13.57900.18430.1136
Hunter Lab36.849742.1770-109.1953
CIE-Lab43.623050.0914-80.5575

#534ef0 color RGB value is (83,78,240).

#534ef0 hex color red value is 83, green value is 78 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #534ef0 hue: 0.67 , saturation: 0.84 and the lightness value of 534ef0 is 0.62.

The process color (four color CMYK) of #534ef0 color hex is 0.65, 0.68, 0.00, 0.06. Web safe color of #534ef0 is #6666ff. Color #534ef0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001110 11110000
Octal 123 116 360
Decimal 83 78 240
Hex 53 4E F0

RGB Percentages of Color #534ef0

%20.70
%19.45
%59.85

CMYK Percentages of Color #534ef0

%65
%68
%0
%6

Triadic Colors of #534ef0

#534ef0 #f0534e #4ef053

Analogous Colors of #534ef0

#534ef0 #a44ef0 #4e9af0

Monochromatic Colors of #534ef0

#534ef0

Complementary Color

#534ef0 #ebf04e

#534ef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534ef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#534ef0 Color CSS Codes

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

#534ef0 Text Font Color

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

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


#534ef0 Background Color

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

This div background color is #534ef0


#534ef0 Border Color

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

This div border color is #534ef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534ef0


Comments

No comments written yet.

Please login to write comment.