Color Hex Logo

#534efd Color Hex

#534EFD
(83,78,253)
0 Favorites   0 Comments

Color spaces of #534efd

RGB 8378253
HSL0.670.980.65
HSV242°69°99°
CMYK 0.670.690.00   0.01
XYZ24.021314.379694.4380
Yxy14.37960.18080.1082
Hunter Lab37.920446.7129-121.1130
CIE-Lab44.772554.1726-85.9527

#534efd color RGB value is (83,78,253).

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

The process color (four color CMYK) of #534efd color hex is 0.67, 0.69, 0.00, 0.01. Web safe color of #534efd is #6666ff. Color #534efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001110 11111101
Octal 123 116 375
Decimal 83 78 253
Hex 53 4E FD

RGB Percentages of Color #534efd

%20.05
%18.84
%61.11

CMYK Percentages of Color #534efd

%67
%69
%0
%1

Triadic Colors of #534efd

#534efd #fd534e #4efd53

Analogous Colors of #534efd

#534efd #ab4efd #4ea1fd

Monochromatic Colors of #534efd

#534efd

Complementary Color

#534efd #f8fd4e

#534efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#534efd Color CSS Codes

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

#534efd Text Font Color

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

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


#534efd Background Color

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

This div background color is #534efd


#534efd Border Color

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

This div border color is #534efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534efd


Comments

No comments written yet.

Please login to write comment.