Color Hex Logo

#5770da Color Hex

#5770DA
(87,112,218)
0 Favorites   0 Comments

Color spaces of #5770da

RGB 87112218
HSL0.630.640.60
HSV229°60°85°
CMYK 0.600.490.00   0.15
XYZ22.379518.676568.7551
Yxy18.67650.20380.1701
Hunter Lab43.216316.8074-64.0761
CIE-Lab50.306622.9461-57.2629

#5770da color RGB value is (87,112,218).

#5770da hex color red value is 87, green value is 112 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5770da hue: 0.63 , saturation: 0.64 and the lightness value of 5770da is 0.60.

The process color (four color CMYK) of #5770da color hex is 0.60, 0.49, 0.00, 0.15. Web safe color of #5770da is #6666cc. Color #5770da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110000 11011010
Octal 127 160 332
Decimal 87 112 218
Hex 57 70 DA

RGB Percentages of Color #5770da

%20.86
%26.86
%52.28

CMYK Percentages of Color #5770da

%60
%49
%0
%15

Triadic Colors of #5770da

#5770da #da5770 #70da57

Analogous Colors of #5770da

#5770da #8057da #57b2da

Monochromatic Colors of #5770da

#5770da

Complementary Color

#5770da #dac157

#5770da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5770da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5770da Color CSS Codes

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

#5770da Text Font Color

<p style="color:#5770da">Text here</p>

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


#5770da Background Color

<div style="background-color:#5770da">
Div content here</div>

This div background color is #5770da


#5770da Border Color

<div style="border:3px solid #5770da">
Div here</div>

This div border color is #5770da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,112,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5770da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5770da;
  -webkit-box-shadow: 1px 1px 3px 2px #5770da;
  box-shadow:         1px 1px 3px 2px #5770da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5770da


Comments

No comments written yet.

Please login to write comment.