Color Hex Logo

#577efd Color Hex

#577EFD
(87,126,253)
0 Favorites   0 Comments

Color spaces of #577efd

RGB 87126253
HSL0.630.980.67
HSV226°66°99°
CMYK 0.660.500.00   0.01
XYZ29.121024.039896.0338
Yxy24.03980.19520.1611
Hunter Lab49.030420.2147-81.8076
CIE-Lab56.127626.1796-67.4432

#577efd color RGB value is (87,126,253).

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

The process color (four color CMYK) of #577efd color hex is 0.66, 0.50, 0.00, 0.01. Web safe color of #577efd is #6666ff. Color #577efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01111110 11111101
Octal 127 176 375
Decimal 87 126 253
Hex 57 7E FD

RGB Percentages of Color #577efd

%18.67
%27.04
%54.29

CMYK Percentages of Color #577efd

%66
%50
%0
%1

Triadic Colors of #577efd

#577efd #fd577e #7efd57

Analogous Colors of #577efd

#577efd #8357fd #57d1fd

Monochromatic Colors of #577efd

#577efd

Complementary Color

#577efd #fdd657

#577efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#577efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#577efd Color CSS Codes

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

#577efd Text Font Color

<p style="color:#577efd">Text here</p>

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


#577efd Background Color

<div style="background-color:#577efd">
Div content here</div>

This div background color is #577efd


#577efd Border Color

<div style="border:3px solid #577efd">
Div here</div>

This div border color is #577efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #577efd

Related Colors


Comments

No comments written yet.

Please login to write comment.