Color Hex Logo

#526dcf Color Hex

#526DCF
(82,109,207)
0 Favorites   0 Comments

Color spaces of #526dcf

RGB 82109207
HSL0.630.570.57
HSV227°60°81°
CMYK 0.600.470.00   0.19
XYZ20.210817.236161.2932
Yxy17.23610.20470.1746
Hunter Lab41.516414.2428-58.4720
CIE-Lab48.556220.1770-53.8344

#526dcf color RGB value is (82,109,207).

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

The process color (four color CMYK) of #526dcf color hex is 0.60, 0.47, 0.00, 0.19. Web safe color of #526dcf is #6666cc. Color #526dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101101 11001111
Octal 122 155 317
Decimal 82 109 207
Hex 52 6D CF

RGB Percentages of Color #526dcf

%20.60
%27.39
%52.01

CMYK Percentages of Color #526dcf

%60
%47
%0
%19

Triadic Colors of #526dcf

#526dcf #cf526d #6dcf52

Analogous Colors of #526dcf

#526dcf #7652cf #52accf

Monochromatic Colors of #526dcf

#526dcf

Complementary Color

#526dcf #cfb452

#526dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#526dcf Color CSS Codes

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

#526dcf Text Font Color

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

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


#526dcf Background Color

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

This div background color is #526dcf


#526dcf Border Color

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

This div border color is #526dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526dcf


Comments

No comments written yet.

Please login to write comment.