Color Hex Logo

#5272bf Color Hex

#5272BF
(82,114,191)
2 Favorites   0 Comments

Color spaces of #5272bf

RGB 82114191
HSL0.620.460.54
HSV222°57°75°
CMYK 0.570.400.00   0.25
XYZ18.901017.590151.6892
Yxy17.59010.21430.1995
Hunter Lab41.94067.0471-43.7130
CIE-Lab48.995111.6935-43.9581

#5272bf color RGB value is (82,114,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110010 10111111
Octal 122 162 277
Decimal 82 114 191
Hex 52 72 BF

RGB Percentages of Color #5272bf

%21.19
%29.46
%49.35

CMYK Percentages of Color #5272bf

%57
%40
%0
%25

Triadic Colors of #5272bf

#5272bf #bf5272 #72bf52

Analogous Colors of #5272bf

#5272bf #6952bf #52a9bf

Monochromatic Colors of #5272bf

#5272bf

Complementary Color

#5272bf #bf9f52

#5272bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5272bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5272bf Color CSS Codes

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

#5272bf Text Font Color

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

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


#5272bf Background Color

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

This div background color is #5272bf


#5272bf Border Color

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

This div border color is #5272bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5272bf


Comments

No comments written yet.

Please login to write comment.