Color Hex Logo

#5280ce Color Hex

#5280CE
(82,128,206)
0 Favorites   0 Comments

Color spaces of #5280ce

RGB 82128206
HSL0.600.560.56
HSV218°60°81°
CMYK 0.600.380.00   0.19
XYZ22.339421.688461.4014
Yxy21.68840.21190.2057
Hunter Lab46.57084.1252-45.5715
CIE-Lab53.69488.1570-45.0718

#5280ce color RGB value is (82,128,206).

#5280ce hex color red value is 82, green value is 128 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5280ce hue: 0.60 , saturation: 0.56 and the lightness value of 5280ce is 0.56.

The process color (four color CMYK) of #5280ce color hex is 0.60, 0.38, 0.00, 0.19. Web safe color of #5280ce is #6699cc. Color #5280ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10000000 11001110
Octal 122 200 316
Decimal 82 128 206
Hex 52 80 CE

RGB Percentages of Color #5280ce

%19.71
%30.77
%49.52

CMYK Percentages of Color #5280ce

%60
%38
%0
%19

Triadic Colors of #5280ce

#5280ce #ce5280 #80ce52

Analogous Colors of #5280ce

#5280ce #6252ce #52bece

Monochromatic Colors of #5280ce

#5280ce

Complementary Color

#5280ce #cea052

#5280ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5280ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5280ce Color CSS Codes

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

#5280ce Text Font Color

<p style="color:#5280ce">Text here</p>

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


#5280ce Background Color

<div style="background-color:#5280ce">
Div content here</div>

This div background color is #5280ce


#5280ce Border Color

<div style="border:3px solid #5280ce">
Div here</div>

This div border color is #5280ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,128,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5280ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5280ce;
  -webkit-box-shadow: 1px 1px 3px 2px #5280ce;
  box-shadow:         1px 1px 3px 2px #5280ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,128,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5280ce


Comments

No comments written yet.

Please login to write comment.