Color Hex Logo

#573eef Color Hex

#573EEF
(87,62,239)
0 Favorites   0 Comments

Color spaces of #573eef

RGB 8762239
HSL0.690.850.59
HSV248°74°94°
CMYK 0.640.740.00   0.06
XYZ21.233111.703582.8012
Yxy11.70350.18350.1011
Hunter Lab34.210450.9201-119.5555
CIE-Lab40.740958.8126-84.7237

#573eef color RGB value is (87,62,239).

#573eef hex color red value is 87, green value is 62 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #573eef hue: 0.69 , saturation: 0.85 and the lightness value of 573eef is 0.59.

The process color (four color CMYK) of #573eef color hex is 0.64, 0.74, 0.00, 0.06. Web safe color of #573eef is #6633ff. Color #573eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00111110 11101111
Octal 127 76 357
Decimal 87 62 239
Hex 57 3E EF

RGB Percentages of Color #573eef

%22.42
%15.98
%61.60

CMYK Percentages of Color #573eef

%64
%74
%0
%6

Triadic Colors of #573eef

#573eef #ef573e #3eef57

Analogous Colors of #573eef

#573eef #b03eef #3e7eef

Monochromatic Colors of #573eef

#573eef

Complementary Color

#573eef #d6ef3e

#573eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#573eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#573eef Color CSS Codes

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

#573eef Text Font Color

<p style="color:#573eef">Text here</p>

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


#573eef Background Color

<div style="background-color:#573eef">
Div content here</div>

This div background color is #573eef


#573eef Border Color

<div style="border:3px solid #573eef">
Div here</div>

This div border color is #573eef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,62,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #573eef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #573eef;
  -webkit-box-shadow: 1px 1px 3px 2px #573eef;
  box-shadow:         1px 1px 3px 2px #573eef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #573eef


Comments

No comments written yet.

Please login to write comment.