Color Hex Logo

#526dd5 Color Hex

#526DD5
(82,109,213)
0 Favorites   0 Comments

Color spaces of #526dd5

RGB 82109213
HSL0.630.610.58
HSV228°62°84°
CMYK 0.620.490.00   0.16
XYZ20.958617.535265.2308
Yxy17.53520.20210.1691
Hunter Lab41.875116.0585-63.0464
CIE-Lab48.927422.2129-56.6574

#526dd5 color RGB value is (82,109,213).

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

The process color (four color CMYK) of #526dd5 color hex is 0.62, 0.49, 0.00, 0.16. Web safe color of #526dd5 is #6666cc. Color #526dd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101101 11010101
Octal 122 155 325
Decimal 82 109 213
Hex 52 6D D5

RGB Percentages of Color #526dd5

%20.30
%26.98
%52.72

CMYK Percentages of Color #526dd5

%62
%49
%0
%16

Triadic Colors of #526dd5

#526dd5 #d5526d #6dd552

Analogous Colors of #526dd5

#526dd5 #7952d5 #52afd5

Monochromatic Colors of #526dd5

#526dd5

Complementary Color

#526dd5 #d5ba52

#526dd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526dd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526dd5 Color CSS Codes

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

#526dd5 Text Font Color

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

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


#526dd5 Background Color

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

This div background color is #526dd5


#526dd5 Border Color

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

This div border color is #526dd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526dd5


Comments

No comments written yet.

Please login to write comment.