Color Hex Logo

#5782cc Color Hex

#5782CC
(87,130,204)
0 Favorites   0 Comments

Color spaces of #5782cc

RGB 87130204
HSL0.610.530.57
HSV218°57°80°
CMYK 0.570.360.00   0.20
XYZ22.812222.351160.2386
Yxy22.35110.21640.2121
Hunter Lab47.27693.3956-42.4513
CIE-Lab54.39767.2897-42.8104

#5782cc color RGB value is (87,130,204).

#5782cc hex color red value is 87, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5782cc hue: 0.61 , saturation: 0.53 and the lightness value of 5782cc is 0.57.

The process color (four color CMYK) of #5782cc color hex is 0.57, 0.36, 0.00, 0.20. Web safe color of #5782cc is #6699cc. Color #5782cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10000010 11001100
Octal 127 202 314
Decimal 87 130 204
Hex 57 82 CC

RGB Percentages of Color #5782cc

%20.67
%30.88
%48.46

CMYK Percentages of Color #5782cc

%57
%36
%0
%20

Triadic Colors of #5782cc

#5782cc #cc5782 #82cc57

Analogous Colors of #5782cc

#5782cc #6757cc #57bdcc

Monochromatic Colors of #5782cc

#5782cc

Complementary Color

#5782cc #cca157

#5782cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5782cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5782cc Color CSS Codes

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

#5782cc Text Font Color

<p style="color:#5782cc">Text here</p>

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


#5782cc Background Color

<div style="background-color:#5782cc">
Div content here</div>

This div background color is #5782cc


#5782cc Border Color

<div style="border:3px solid #5782cc">
Div here</div>

This div border color is #5782cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,130,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5782cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5782cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5782cc;
  box-shadow:         1px 1px 3px 2px #5782cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5782cc

#5782cc Color Palettes


Comments

No comments written yet.

Please login to write comment.