Color Hex Logo

#5297dc Color Hex

#5297DC
(82,151,220)
0 Favorites   0 Comments

Color spaces of #5297dc

RGB 82151220
HSL0.580.660.59
HSV210°63°86°
CMYK 0.630.310.00   0.14
XYZ27.464629.094471.8784
Yxy29.09440.21380.2265
Hunter Lab53.9392-3.5056-41.2513
CIE-Lab60.8649-0.7555-41.6188

#5297dc color RGB value is (82,151,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 11011100
Octal 122 227 334
Decimal 82 151 220
Hex 52 97 DC

RGB Percentages of Color #5297dc

%18.10
%33.33
%48.57

CMYK Percentages of Color #5297dc

%63
%31
%0
%14

Triadic Colors of #5297dc

#5297dc #dc5297 #97dc52

Analogous Colors of #5297dc

#5297dc #5252dc #52dcdc

Monochromatic Colors of #5297dc

#5297dc

Complementary Color

#5297dc #dc9752

#5297dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5297dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5297dc Color CSS Codes

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

#5297dc Text Font Color

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

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


#5297dc Background Color

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

This div background color is #5297dc


#5297dc Border Color

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

This div border color is #5297dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,151,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 #5297dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5297dc


Comments

No comments written yet.

Please login to write comment.