Color Hex Logo

#575efa Color Hex

#575EFA
(87,94,250)
0 Favorites   0 Comments

Color spaces of #575efa

RGB 8794250
HSL0.660.940.66
HSV237°65°98°
CMYK 0.650.620.00   0.02
XYZ25.188516.933892.3834
Yxy16.93380.18730.1259
Hunter Lab41.150737.2468-104.3007
CIE-Lab48.176544.5394-78.6904

#575efa color RGB value is (87,94,250).

#575efa hex color red value is 87, green value is 94 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #575efa hue: 0.66 , saturation: 0.94 and the lightness value of 575efa is 0.66.

The process color (four color CMYK) of #575efa color hex is 0.65, 0.62, 0.00, 0.02. Web safe color of #575efa is #6666ff. Color #575efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011110 11111010
Octal 127 136 372
Decimal 87 94 250
Hex 57 5E FA

RGB Percentages of Color #575efa

%20.19
%21.81
%58.00

CMYK Percentages of Color #575efa

%65
%62
%0
%2

Triadic Colors of #575efa

#575efa #fa575e #5efa57

Analogous Colors of #575efa

#575efa #a257fa #57b0fa

Monochromatic Colors of #575efa

#575efa

Complementary Color

#575efa #faf357

#575efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#575efa Color CSS Codes

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

#575efa Text Font Color

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

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


#575efa Background Color

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

This div background color is #575efa


#575efa Border Color

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

This div border color is #575efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575efa


Comments

No comments written yet.

Please login to write comment.