Color Hex Logo

#5d57fc Color Hex

#5D57FC
(93,87,252)
0 Favorites   0 Comments

Color spaces of #5d57fc

RGB 9387252
HSL0.670.960.66
HSV242°65°99°
CMYK 0.630.650.00   0.01
XYZ25.493116.171893.8733
Yxy16.17180.18810.1193
Hunter Lab40.214242.7823-110.2527
CIE-Lab47.199150.0419-81.3880

#5d57fc color RGB value is (93,87,252).

#5d57fc hex color red value is 93, green value is 87 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #5d57fc hue: 0.67 , saturation: 0.96 and the lightness value of 5d57fc is 0.66.

The process color (four color CMYK) of #5d57fc color hex is 0.63, 0.65, 0.00, 0.01. Web safe color of #5d57fc is #6666ff. Color #5d57fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 01010111 11111100
Octal 135 127 374
Decimal 93 87 252
Hex 5D 57 FC

RGB Percentages of Color #5d57fc

%21.53
%20.14
%58.33

CMYK Percentages of Color #5d57fc

%63
%65
%0
%1

Triadic Colors of #5d57fc

#5d57fc #fc5d57 #57fc5d

Analogous Colors of #5d57fc

#5d57fc #b057fc #57a4fc

Monochromatic Colors of #5d57fc

#5d57fc

Complementary Color

#5d57fc #f6fc57

#5d57fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d57fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d57fc Color CSS Codes

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

#5d57fc Text Font Color

<p style="color:#5d57fc">Text here</p>

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


#5d57fc Background Color

<div style="background-color:#5d57fc">
Div content here</div>

This div background color is #5d57fc


#5d57fc Border Color

<div style="border:3px solid #5d57fc">
Div here</div>

This div border color is #5d57fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,87,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d57fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d57fc;
  -webkit-box-shadow: 1px 1px 3px 2px #5d57fc;
  box-shadow:         1px 1px 3px 2px #5d57fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,87,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d57fc


Comments

No comments written yet.

Please login to write comment.