Color Hex Logo

#5772ea Color Hex

#5772EA
(87,114,234)
0 Favorites   0 Comments

Color spaces of #5772ea

RGB 87114234
HSL0.640.780.63
HSV229°63°92°
CMYK 0.630.510.00   0.08
XYZ24.799120.001480.3955
Yxy20.00140.19810.1598
Hunter Lab44.722920.7141-75.2757
CIE-Lab51.838827.0902-63.8041

#5772ea color RGB value is (87,114,234).

#5772ea hex color red value is 87, green value is 114 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5772ea hue: 0.64 , saturation: 0.78 and the lightness value of 5772ea is 0.63.

The process color (four color CMYK) of #5772ea color hex is 0.63, 0.51, 0.00, 0.08. Web safe color of #5772ea is #6666ff. Color #5772ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110010 11101010
Octal 127 162 352
Decimal 87 114 234
Hex 57 72 EA

RGB Percentages of Color #5772ea

%20.00
%26.21
%53.79

CMYK Percentages of Color #5772ea

%63
%51
%0
%8

Triadic Colors of #5772ea

#5772ea #ea5772 #72ea57

Analogous Colors of #5772ea

#5772ea #8657ea #57bcea

Monochromatic Colors of #5772ea

#5772ea

Complementary Color

#5772ea #eacf57

#5772ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5772ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5772ea Color CSS Codes

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

#5772ea Text Font Color

<p style="color:#5772ea">Text here</p>

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


#5772ea Background Color

<div style="background-color:#5772ea">
Div content here</div>

This div background color is #5772ea


#5772ea Border Color

<div style="border:3px solid #5772ea">
Div here</div>

This div border color is #5772ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,114,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5772ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5772ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5772ea;
  box-shadow:         1px 1px 3px 2px #5772ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5772ea


Comments

No comments written yet.

Please login to write comment.