Color Hex Logo

#526bdd Color Hex

#526BDD
(82,107,221)
0 Favorites   0 Comments

Color spaces of #526bdd

RGB 82107221
HSL0.640.670.59
HSV229°63°87°
CMYK 0.630.520.00   0.13
XYZ21.788517.529770.6418
Yxy17.52970.19810.1594
Hunter Lab41.868519.6222-70.7280
CIE-Lab48.920626.1778-61.2078

#526bdd color RGB value is (82,107,221).

#526bdd hex color red value is 82, green value is 107 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #526bdd hue: 0.64 , saturation: 0.67 and the lightness value of 526bdd is 0.59.

The process color (four color CMYK) of #526bdd color hex is 0.63, 0.52, 0.00, 0.13. Web safe color of #526bdd is #6666cc. Color #526bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101011 11011101
Octal 122 153 335
Decimal 82 107 221
Hex 52 6B DD

RGB Percentages of Color #526bdd

%20.00
%26.10
%53.90

CMYK Percentages of Color #526bdd

%63
%52
%0
%13

Triadic Colors of #526bdd

#526bdd #dd526b #6bdd52

Analogous Colors of #526bdd

#526bdd #7f52dd #52b1dd

Monochromatic Colors of #526bdd

#526bdd

Complementary Color

#526bdd #ddc452

#526bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#526bdd Color CSS Codes

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

#526bdd Text Font Color

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

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


#526bdd Background Color

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

This div background color is #526bdd


#526bdd Border Color

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

This div border color is #526bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526bdd


Comments

No comments written yet.

Please login to write comment.