Color Hex Logo

#5747fd Color Hex

#5747FD
(87,71,253)
0 Favorites   0 Comments

Color spaces of #5747fd

RGB 8771253
HSL0.680.980.64
HSV245°72°99°
CMYK 0.660.720.00   0.01
XYZ23.913313.624694.2979
Yxy13.62460.18140.1033
Hunter Lab36.911551.0469-125.6302
CIE-Lab43.689758.3654-87.7253

#5747fd color RGB value is (87,71,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000111 11111101
Octal 127 107 375
Decimal 87 71 253
Hex 57 47 FD

RGB Percentages of Color #5747fd

%21.17
%17.27
%61.56

CMYK Percentages of Color #5747fd

%66
%72
%0
%1

Triadic Colors of #5747fd

#5747fd #fd5747 #47fd57

Analogous Colors of #5747fd

#5747fd #b247fd #4792fd

Monochromatic Colors of #5747fd

#5747fd

Complementary Color

#5747fd #edfd47

#5747fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5747fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5747fd Color CSS Codes

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

#5747fd Text Font Color

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

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


#5747fd Background Color

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

This div background color is #5747fd


#5747fd Border Color

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

This div border color is #5747fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5747fd


Comments

No comments written yet.

Please login to write comment.