Color Hex Logo

#575cfd Color Hex

#575CFD
(87,92,253)
0 Favorites   0 Comments

Color spaces of #575cfd

RGB 8792253
HSL0.660.980.67
HSV238°66°99°
CMYK 0.660.640.00   0.01
XYZ25.487216.772494.8226
Yxy16.77240.18590.1224
Hunter Lab40.954139.4172-108.6085
CIE-Lab47.972046.6856-80.6949

#575cfd color RGB value is (87,92,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011100 11111101
Octal 127 134 375
Decimal 87 92 253
Hex 57 5C FD

RGB Percentages of Color #575cfd

%20.14
%21.30
%58.56

CMYK Percentages of Color #575cfd

%66
%64
%0
%1

Triadic Colors of #575cfd

#575cfd #fd575c #5cfd57

Analogous Colors of #575cfd

#575cfd #a557fd #57affd

Monochromatic Colors of #575cfd

#575cfd

Complementary Color

#575cfd #fdf857

#575cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#575cfd Color CSS Codes

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

#575cfd Text Font Color

<p style="color:#575cfd">Text here</p>

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


#575cfd Background Color

<div style="background-color:#575cfd">
Div content here</div>

This div background color is #575cfd


#575cfd Border Color

<div style="border:3px solid #575cfd">
Div here</div>

This div border color is #575cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.