Color Hex Logo

#526bce Color Hex

#526BCE
(82,107,206)
0 Favorites   0 Comments

Color spaces of #526bce

RGB 82107206
HSL0.630.560.56
HSV228°60°81°
CMYK 0.600.480.00   0.19
XYZ19.877916.765560.5809
Yxy16.76550.20450.1724
Hunter Lab40.945715.0014-59.0601
CIE-Lab47.963221.0853-54.2146

#526bce color RGB value is (82,107,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101011 11001110
Octal 122 153 316
Decimal 82 107 206
Hex 52 6B CE

RGB Percentages of Color #526bce

%20.76
%27.09
%52.15

CMYK Percentages of Color #526bce

%60
%48
%0
%19

Triadic Colors of #526bce

#526bce #ce526b #6bce52

Analogous Colors of #526bce

#526bce #7752ce #52a9ce

Monochromatic Colors of #526bce

#526bce

Complementary Color

#526bce #ceb552

#526bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#526bce Color CSS Codes

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

#526bce Text Font Color

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

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


#526bce Background Color

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

This div background color is #526bce


#526bce Border Color

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

This div border color is #526bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526bce


Comments

No comments written yet.

Please login to write comment.