Color Hex Logo

#578dfd Color Hex

#578DFD
(87,141,253)
0 Favorites   0 Comments

Color spaces of #578dfd

RGB 87141253
HSL0.610.980.67
HSV220°66°99°
CMYK 0.660.440.00   0.01
XYZ31.185028.167896.7218
Yxy28.16780.19980.1805
Hunter Lab53.073312.0052-70.8998
CIE-Lab60.040017.0983-61.1546

#578dfd color RGB value is (87,141,253).

#578dfd hex color red value is 87, green value is 141 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #578dfd hue: 0.61 , saturation: 0.98 and the lightness value of 578dfd is 0.67.

The process color (four color CMYK) of #578dfd color hex is 0.66, 0.44, 0.00, 0.01. Web safe color of #578dfd is #6699ff. Color #578dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001101 11111101
Octal 127 215 375
Decimal 87 141 253
Hex 57 8D FD

RGB Percentages of Color #578dfd

%18.09
%29.31
%52.60

CMYK Percentages of Color #578dfd

%66
%44
%0
%1

Triadic Colors of #578dfd

#578dfd #fd578d #8dfd57

Analogous Colors of #578dfd

#578dfd #7457fd #57e0fd

Monochromatic Colors of #578dfd

#578dfd

Complementary Color

#578dfd #fdc757

#578dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#578dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#578dfd Color CSS Codes

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

#578dfd Text Font Color

<p style="color:#578dfd">Text here</p>

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


#578dfd Background Color

<div style="background-color:#578dfd">
Div content here</div>

This div background color is #578dfd


#578dfd Border Color

<div style="border:3px solid #578dfd">
Div here</div>

This div border color is #578dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #578dfd


Comments

No comments written yet.

Please login to write comment.