Color Hex Logo

#5269bc Color Hex

#5269BC
(82,105,188)
0 Favorites   0 Comments

Color spaces of #5269bc

RGB 82105188
HSL0.630.440.53
HSV227°56°74°
CMYK 0.560.440.00   0.26
XYZ17.608415.527849.6461
Yxy15.52780.21270.1876
Hunter Lab39.405310.8040-47.1147
CIE-Lab46.348816.2896-46.4374

#5269bc color RGB value is (82,105,188).

#5269bc hex color red value is 82, green value is 105 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5269bc hue: 0.63 , saturation: 0.44 and the lightness value of 5269bc is 0.53.

The process color (four color CMYK) of #5269bc color hex is 0.56, 0.44, 0.00, 0.26. Web safe color of #5269bc is #6666cc. Color #5269bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101001 10111100
Octal 122 151 274
Decimal 82 105 188
Hex 52 69 BC

RGB Percentages of Color #5269bc

%21.87
%28.00
%50.13

CMYK Percentages of Color #5269bc

%56
%44
%0
%26

Triadic Colors of #5269bc

#5269bc #bc5269 #69bc52

Analogous Colors of #5269bc

#5269bc #7052bc #529ebc

Monochromatic Colors of #5269bc

#5269bc

Complementary Color

#5269bc #bca552

#5269bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5269bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5269bc Color CSS Codes

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

#5269bc Text Font Color

<p style="color:#5269bc">Text here</p>

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


#5269bc Background Color

<div style="background-color:#5269bc">
Div content here</div>

This div background color is #5269bc


#5269bc Border Color

<div style="border:3px solid #5269bc">
Div here</div>

This div border color is #5269bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,105,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5269bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5269bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5269bc;
  box-shadow:         1px 1px 3px 2px #5269bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5269bc


Comments

No comments written yet.

Please login to write comment.