Color Hex Logo

#534cfe Color Hex

#534CFE
(83,76,254)
0 Favorites   0 Comments

Color spaces of #534cfe

RGB 8376254
HSL0.670.990.65
HSV242°70°100°
CMYK 0.670.700.00   0.00
XYZ24.041114.163695.2327
Yxy14.16360.18020.1061
Hunter Lab37.634648.1660-123.6867
CIE-Lab44.466655.5777-87.0136

#534cfe color RGB value is (83,76,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01001100 11111110
Octal 123 114 376
Decimal 83 76 254
Hex 53 4C FE

RGB Percentages of Color #534cfe

%20.10
%18.40
%61.50

CMYK Percentages of Color #534cfe

%67
%70
%0
%0

Triadic Colors of #534cfe

#534cfe #fe534c #4cfe53

Analogous Colors of #534cfe

#534cfe #ac4cfe #4c9efe

Monochromatic Colors of #534cfe

#534cfe

Complementary Color

#534cfe #f7fe4c

#534cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#534cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#534cfe Color CSS Codes

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

#534cfe Text Font Color

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

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


#534cfe Background Color

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

This div background color is #534cfe


#534cfe Border Color

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

This div border color is #534cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #534cfe


Comments

No comments written yet.

Please login to write comment.