Color Hex Logo

#534cfd Color Hex

#534CFD
(83,76,253)
0 Favorites   0 Comments

Color spaces of #534cfd

RGB 8376253
HSL0.670.980.65
HSV242°70°99°
CMYK 0.670.700.00   0.01
XYZ23.881314.099794.3913
Yxy14.09970.18040.1065
Hunter Lab37.549647.8132-122.7572
CIE-Lab44.375655.2681-86.6056

#534cfd color RGB value is (83,76,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001100 11111101
Octal 123 114 375
Decimal 83 76 253
Hex 53 4C FD

RGB Percentages of Color #534cfd

%20.15
%18.45
%61.41

CMYK Percentages of Color #534cfd

%67
%70
%0
%1

Triadic Colors of #534cfd

#534cfd #fd534c #4cfd53

Analogous Colors of #534cfd

#534cfd #ac4cfd #4c9efd

Monochromatic Colors of #534cfd

#534cfd

Complementary Color

#534cfd #f6fd4c

#534cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#534cfd Color CSS Codes

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

#534cfd Text Font Color

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

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


#534cfd Background Color

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

This div background color is #534cfd


#534cfd Border Color

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

This div border color is #534cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.