Color Hex Logo

#526dbf Color Hex

#526DBF
(82,109,191)
0 Favorites   0 Comments

Color spaces of #526dbf

RGB 82109191
HSL0.630.460.54
HSV225°57°75°
CMYK 0.570.430.00   0.25
XYZ18.352316.492751.5064
Yxy16.49270.21250.1910
Hunter Lab40.61129.5950-46.7685
CIE-Lab47.614414.7932-46.1546

#526dbf color RGB value is (82,109,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101101 10111111
Octal 122 155 277
Decimal 82 109 191
Hex 52 6D BF

RGB Percentages of Color #526dbf

%21.47
%28.53
%50.00

CMYK Percentages of Color #526dbf

%57
%43
%0
%25

Triadic Colors of #526dbf

#526dbf #bf526d #6dbf52

Analogous Colors of #526dbf

#526dbf #6e52bf #52a4bf

Monochromatic Colors of #526dbf

#526dbf

Complementary Color

#526dbf #bfa452

#526dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#526dbf Color CSS Codes

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

#526dbf Text Font Color

<p style="color:#526dbf">Text here</p>

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


#526dbf Background Color

<div style="background-color:#526dbf">
Div content here</div>

This div background color is #526dbf


#526dbf Border Color

<div style="border:3px solid #526dbf">
Div here</div>

This div border color is #526dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526dbf


Comments

No comments written yet.

Please login to write comment.