Color Hex Logo

#5297cb Color Hex

#5297CB
(82,151,203)
0 Favorites   0 Comments

Color spaces of #5297cb

RGB 82151203
HSL0.570.540.56
HSV206°60°80°
CMYK 0.600.260.00   0.20
XYZ25.325828.238960.6157
Yxy28.23890.22180.2473
Hunter Lab53.1403-7.9253-30.4323
CIE-Lab60.1040-6.2895-33.3137

#5297cb color RGB value is (82,151,203).

#5297cb hex color red value is 82, green value is 151 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5297cb hue: 0.57 , saturation: 0.54 and the lightness value of 5297cb is 0.56.

The process color (four color CMYK) of #5297cb color hex is 0.60, 0.26, 0.00, 0.20. Web safe color of #5297cb is #6699cc. Color #5297cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 11001011
Octal 122 227 313
Decimal 82 151 203
Hex 52 97 CB

RGB Percentages of Color #5297cb

%18.81
%34.63
%46.56

CMYK Percentages of Color #5297cb

%60
%26
%0
%20

Triadic Colors of #5297cb

#5297cb #cb5297 #97cb52

Analogous Colors of #5297cb

#5297cb #525bcb #52cbc3

Monochromatic Colors of #5297cb

#5297cb

Complementary Color

#5297cb #cb8652

#5297cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5297cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5297cb Color CSS Codes

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

#5297cb Text Font Color

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

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


#5297cb Background Color

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

This div background color is #5297cb


#5297cb Border Color

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

This div border color is #5297cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5297cb


Comments

No comments written yet.

Please login to write comment.