Color Hex Logo

#5447fd Color Hex

#5447FD
(84,71,253)
0 Favorites   0 Comments

Color spaces of #5447fd

RGB 8471253
HSL0.680.980.64
HSV244°72°99°
CMYK 0.670.720.00   0.01
XYZ23.639013.483194.2851
Yxy13.48310.17990.1026
Hunter Lab36.719350.6550-126.5368
CIE-Lab43.482358.0476-88.0742

#5447fd color RGB value is (84,71,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01000111 11111101
Octal 124 107 375
Decimal 84 71 253
Hex 54 47 FD

RGB Percentages of Color #5447fd

%20.59
%17.40
%62.01

CMYK Percentages of Color #5447fd

%67
%72
%0
%1

Triadic Colors of #5447fd

#5447fd #fd5447 #47fd54

Analogous Colors of #5447fd

#5447fd #af47fd #4795fd

Monochromatic Colors of #5447fd

#5447fd

Complementary Color

#5447fd #f0fd47

#5447fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5447fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5447fd Color CSS Codes

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

#5447fd Text Font Color

<p style="color:#5447fd">Text here</p>

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


#5447fd Background Color

<div style="background-color:#5447fd">
Div content here</div>

This div background color is #5447fd


#5447fd Border Color

<div style="border:3px solid #5447fd">
Div here</div>

This div border color is #5447fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,71,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5447fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5447fd;
  -webkit-box-shadow: 1px 1px 3px 2px #5447fd;
  box-shadow:         1px 1px 3px 2px #5447fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,71,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 #5447fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5447fd


Comments

No comments written yet.

Please login to write comment.