Color Hex Logo

#5265bc Color Hex

#5265BC
(82,101,188)
0 Favorites   0 Comments

Color spaces of #5265bc

RGB 82101188
HSL0.640.440.53
HSV229°56°74°
CMYK 0.560.460.00   0.26
XYZ17.210514.732049.5134
Yxy14.73200.21130.1809
Hunter Lab38.382312.8698-49.6169
CIE-Lab45.264918.7980-48.1689

#5265bc color RGB value is (82,101,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01100101 10111100
Octal 122 145 274
Decimal 82 101 188
Hex 52 65 BC

RGB Percentages of Color #5265bc

%22.10
%27.22
%50.67

CMYK Percentages of Color #5265bc

%56
%46
%0
%26

Triadic Colors of #5265bc

#5265bc #bc5265 #65bc52

Analogous Colors of #5265bc

#5265bc #7452bc #529abc

Monochromatic Colors of #5265bc

#5265bc

Complementary Color

#5265bc #bca952

#5265bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5265bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5265bc Color CSS Codes

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

#5265bc Text Font Color

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

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


#5265bc Background Color

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

This div background color is #5265bc


#5265bc Border Color

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

This div border color is #5265bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5265bc


Comments

No comments written yet.

Please login to write comment.