Color Hex Logo

#5248bf Color Hex

#5248BF
(82,72,191)
0 Favorites   0 Comments

Color spaces of #5248bf

RGB 8272191
HSL0.680.480.52
HSV245°62°75°
CMYK 0.570.620.00   0.25
XYZ15.201010.190250.4559
Yxy10.19020.20040.1344
Hunter Lab31.922129.1364-71.3680
CIE-Lab38.181637.8614-61.3512

#5248bf color RGB value is (82,72,191).

#5248bf hex color red value is 82, green value is 72 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5248bf hue: 0.68 , saturation: 0.48 and the lightness value of 5248bf is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001000 10111111
Octal 122 110 277
Decimal 82 72 191
Hex 52 48 BF

RGB Percentages of Color #5248bf

%23.77
%20.87
%55.36

CMYK Percentages of Color #5248bf

%57
%62
%0
%25

Triadic Colors of #5248bf

#5248bf #bf5248 #48bf52

Analogous Colors of #5248bf

#5248bf #8e48bf #487abf

Monochromatic Colors of #5248bf

#5248bf

Complementary Color

#5248bf #b5bf48

#5248bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5248bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5248bf Color CSS Codes

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

#5248bf Text Font Color

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

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


#5248bf Background Color

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

This div background color is #5248bf


#5248bf Border Color

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

This div border color is #5248bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5248bf


Comments

No comments written yet.

Please login to write comment.