Color Hex Logo

#526fdd Color Hex

#526FDD
(82,111,221)
0 Favorites   0 Comments

Color spaces of #526fdd

RGB 82111221
HSL0.630.670.59
HSV227°63°87°
CMYK 0.630.500.00   0.13
XYZ22.215318.383270.7840
Yxy18.38320.19950.1650
Hunter Lab42.875617.4545-67.8698
CIE-Lab49.957623.6932-59.5360

#526fdd color RGB value is (82,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101111 11011101
Octal 122 157 335
Decimal 82 111 221
Hex 52 6F DD

RGB Percentages of Color #526fdd

%19.81
%26.81
%53.38

CMYK Percentages of Color #526fdd

%63
%50
%0
%13

Triadic Colors of #526fdd

#526fdd #dd526f #6fdd52

Analogous Colors of #526fdd

#526fdd #7b52dd #52b5dd

Monochromatic Colors of #526fdd

#526fdd

Complementary Color

#526fdd #ddc052

#526fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#526fdd Color CSS Codes

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

#526fdd Text Font Color

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

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


#526fdd Background Color

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

This div background color is #526fdd


#526fdd Border Color

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

This div border color is #526fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526fdd


Comments

No comments written yet.

Please login to write comment.