Color Hex Logo

#5273bf Color Hex

#5273BF
(82,115,191)
0 Favorites   0 Comments

Color spaces of #5273bf

RGB 82115191
HSL0.620.460.54
HSV222°57°75°
CMYK 0.570.400.00   0.25
XYZ19.014417.816951.7271
Yxy17.81690.21470.2012
Hunter Lab42.21016.5414-43.1110
CIE-Lab49.273311.0771-43.5167

#5273bf color RGB value is (82,115,191).

#5273bf hex color red value is 82, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5273bf hue: 0.62 , saturation: 0.46 and the lightness value of 5273bf is 0.54.

The process color (four color CMYK) of #5273bf color hex is 0.57, 0.40, 0.00, 0.25. Web safe color of #5273bf is #6666cc. Color #5273bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110011 10111111
Octal 122 163 277
Decimal 82 115 191
Hex 52 73 BF

RGB Percentages of Color #5273bf

%21.13
%29.64
%49.23

CMYK Percentages of Color #5273bf

%57
%40
%0
%25

Triadic Colors of #5273bf

#5273bf #bf5273 #73bf52

Analogous Colors of #5273bf

#5273bf #6852bf #52aabf

Monochromatic Colors of #5273bf

#5273bf

Complementary Color

#5273bf #bf9e52

#5273bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5273bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5273bf Color CSS Codes

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

#5273bf Text Font Color

<p style="color:#5273bf">Text here</p>

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


#5273bf Background Color

<div style="background-color:#5273bf">
Div content here</div>

This div background color is #5273bf


#5273bf Border Color

<div style="border:3px solid #5273bf">
Div here</div>

This div border color is #5273bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,115,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5273bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5273bf;
  -webkit-box-shadow: 1px 1px 3px 2px #5273bf;
  box-shadow:         1px 1px 3px 2px #5273bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5273bf


Comments

No comments written yet.

Please login to write comment.