Color Hex Logo

#5267ab Color Hex

#5267AB
(82,103,171)
0 Favorites   0 Comments

Color spaces of #5267ab

RGB 82103171
HSL0.630.350.50
HSV226°52°67°
CMYK 0.520.400.00   0.33
XYZ15.680614.434640.4878
Yxy14.43460.22210.2044
Hunter Lab37.99297.1838-36.5884
CIE-Lab44.849911.9439-38.9060

#5267ab color RGB value is (82,103,171).

#5267ab hex color red value is 82, green value is 103 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5267ab hue: 0.63 , saturation: 0.35 and the lightness value of 5267ab is 0.50.

The process color (four color CMYK) of #5267ab color hex is 0.52, 0.40, 0.00, 0.33. Web safe color of #5267ab is #666699. Color #5267ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100111 10101011
Octal 122 147 253
Decimal 82 103 171
Hex 52 67 AB

RGB Percentages of Color #5267ab

%23.03
%28.93
%48.03

CMYK Percentages of Color #5267ab

%52
%40
%0
%33

Triadic Colors of #5267ab

#5267ab #ab5267 #67ab52

Analogous Colors of #5267ab

#5267ab #6a52ab #5294ab

Monochromatic Colors of #5267ab

#5267ab

Complementary Color

#5267ab #ab9652

#5267ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5267ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5267ab Color CSS Codes

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

#5267ab Text Font Color

<p style="color:#5267ab">Text here</p>

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


#5267ab Background Color

<div style="background-color:#5267ab">
Div content here</div>

This div background color is #5267ab


#5267ab Border Color

<div style="border:3px solid #5267ab">
Div here</div>

This div border color is #5267ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,103,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5267ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5267ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5267ab;
  box-shadow:         1px 1px 3px 2px #5267ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5267ab


Comments

No comments written yet.

Please login to write comment.