Color Hex Logo

#5278dd Color Hex

#5278DD
(82,120,221)
0 Favorites   0 Comments

Color spaces of #5278dd

RGB 82120221
HSL0.620.670.59
HSV224°63°87°
CMYK 0.630.460.00   0.13
XYZ23.247320.447271.1281
Yxy20.44720.20250.1781
Hunter Lab45.218612.6360-61.6092
CIE-Lab52.339118.1254-55.7103

#5278dd color RGB value is (82,120,221).

#5278dd hex color red value is 82, green value is 120 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5278dd hue: 0.62 , saturation: 0.67 and the lightness value of 5278dd is 0.59.

The process color (four color CMYK) of #5278dd color hex is 0.63, 0.46, 0.00, 0.13. Web safe color of #5278dd is #6666cc. Color #5278dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111000 11011101
Octal 122 170 335
Decimal 82 120 221
Hex 52 78 DD

RGB Percentages of Color #5278dd

%19.39
%28.37
%52.25

CMYK Percentages of Color #5278dd

%63
%46
%0
%13

Triadic Colors of #5278dd

#5278dd #dd5278 #78dd52

Analogous Colors of #5278dd

#5278dd #7252dd #52bedd

Monochromatic Colors of #5278dd

#5278dd

Complementary Color

#5278dd #ddb752

#5278dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5278dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5278dd Color CSS Codes

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

#5278dd Text Font Color

<p style="color:#5278dd">Text here</p>

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


#5278dd Background Color

<div style="background-color:#5278dd">
Div content here</div>

This div background color is #5278dd


#5278dd Border Color

<div style="border:3px solid #5278dd">
Div here</div>

This div border color is #5278dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,120,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5278dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5278dd;
  -webkit-box-shadow: 1px 1px 3px 2px #5278dd;
  box-shadow:         1px 1px 3px 2px #5278dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5278dd


Comments

No comments written yet.

Please login to write comment.