Color Hex Logo

#5275dc Color Hex

#5275DC
(82,117,220)
0 Favorites   0 Comments

Color spaces of #5275dc

RGB 82117220
HSL0.620.660.59
HSV225°63°86°
CMYK 0.630.470.00   0.14
XYZ22.759219.683770.3099
Yxy19.68370.20190.1746
Hunter Lab44.366313.9265-62.9039
CIE-Lab51.477719.6345-56.5275

#5275dc color RGB value is (82,117,220).

#5275dc hex color red value is 82, green value is 117 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5275dc hue: 0.62 , saturation: 0.66 and the lightness value of 5275dc is 0.59.

The process color (four color CMYK) of #5275dc color hex is 0.63, 0.47, 0.00, 0.14. Web safe color of #5275dc is #6666cc. Color #5275dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110101 11011100
Octal 122 165 334
Decimal 82 117 220
Hex 52 75 DC

RGB Percentages of Color #5275dc

%19.57
%27.92
%52.51

CMYK Percentages of Color #5275dc

%63
%47
%0
%14

Triadic Colors of #5275dc

#5275dc #dc5275 #75dc52

Analogous Colors of #5275dc

#5275dc #7452dc #52badc

Monochromatic Colors of #5275dc

#5275dc

Complementary Color

#5275dc #dcb952

#5275dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5275dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5275dc Color CSS Codes

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

#5275dc Text Font Color

<p style="color:#5275dc">Text here</p>

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


#5275dc Background Color

<div style="background-color:#5275dc">
Div content here</div>

This div background color is #5275dc


#5275dc Border Color

<div style="border:3px solid #5275dc">
Div here</div>

This div border color is #5275dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,117,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5275dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5275dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5275dc;
  box-shadow:         1px 1px 3px 2px #5275dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5275dc


Comments

No comments written yet.

Please login to write comment.