Color Hex Logo

#527dca Color Hex

#527DCA
(82,125,202)
0 Favorites   0 Comments

Color spaces of #527dca

RGB 82125202
HSL0.610.530.56
HSV219°59°79°
CMYK 0.590.380.00   0.21
XYZ21.474020.725358.7457
Yxy20.72530.21270.2053
Hunter Lab45.52504.5290-44.6405
CIE-Lab52.64758.6341-44.4600

#527dca color RGB value is (82,125,202).

#527dca hex color red value is 82, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #527dca hue: 0.61 , saturation: 0.53 and the lightness value of 527dca is 0.56.

The process color (four color CMYK) of #527dca color hex is 0.59, 0.38, 0.00, 0.21. Web safe color of #527dca is #6666cc. Color #527dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111101 11001010
Octal 122 175 312
Decimal 82 125 202
Hex 52 7D CA

RGB Percentages of Color #527dca

%20.05
%30.56
%49.39

CMYK Percentages of Color #527dca

%59
%38
%0
%21

Triadic Colors of #527dca

#527dca #ca527d #7dca52

Analogous Colors of #527dca

#527dca #6352ca #52b9ca

Monochromatic Colors of #527dca

#527dca

Complementary Color

#527dca #ca9f52

#527dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#527dca Color CSS Codes

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

#527dca Text Font Color

<p style="color:#527dca">Text here</p>

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


#527dca Background Color

<div style="background-color:#527dca">
Div content here</div>

This div background color is #527dca


#527dca Border Color

<div style="border:3px solid #527dca">
Div here</div>

This div border color is #527dca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,125,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #527dca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #527dca;
  -webkit-box-shadow: 1px 1px 3px 2px #527dca;
  box-shadow:         1px 1px 3px 2px #527dca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527dca


Comments

No comments written yet.

Please login to write comment.