Color Hex Logo

#534afd Color Hex

#534AFD
(83,74,253)
0 Favorites   0 Comments

Color spaces of #534afd

RGB 8374253
HSL0.680.980.64
HSV243°71°99°
CMYK 0.670.710.00   0.01
XYZ23.745713.828494.3461
Yxy13.82840.18000.1048
Hunter Lab37.186648.9058-124.3942
CIE-Lab43.985856.3497-87.2472

#534afd color RGB value is (83,74,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001010 11111101
Octal 123 112 375
Decimal 83 74 253
Hex 53 4A FD

RGB Percentages of Color #534afd

%20.24
%18.05
%61.71

CMYK Percentages of Color #534afd

%67
%71
%0
%1

Triadic Colors of #534afd

#534afd #fd534a #4afd53

Analogous Colors of #534afd

#534afd #ad4afd #4a9bfd

Monochromatic Colors of #534afd

#534afd

Complementary Color

#534afd #f4fd4a

#534afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#534afd Color CSS Codes

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

#534afd Text Font Color

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

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


#534afd Background Color

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

This div background color is #534afd


#534afd Border Color

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

This div border color is #534afd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,74,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 #534afd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534afd

Related Colors


Comments

No comments written yet.

Please login to write comment.