Color Hex Logo

#526eee Color Hex

#526EEE
(82,110,238)
0 Favorites   0 Comments

Color spaces of #526eee

RGB 82110238
HSL0.640.820.63
HSV229°66°93°
CMYK 0.660.540.00   0.07
XYZ24.488219.118783.2885
Yxy19.11870.19300.1507
Hunter Lab43.724923.4505-82.3298
CIE-Lab50.825830.1158-67.6935

#526eee color RGB value is (82,110,238).

#526eee hex color red value is 82, green value is 110 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #526eee hue: 0.64 , saturation: 0.82 and the lightness value of 526eee is 0.63.

The process color (four color CMYK) of #526eee color hex is 0.66, 0.54, 0.00, 0.07. Web safe color of #526eee is #6666ff. Color #526eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101110 11101110
Octal 122 156 356
Decimal 82 110 238
Hex 52 6E EE

RGB Percentages of Color #526eee

%19.07
%25.58
%55.35

CMYK Percentages of Color #526eee

%66
%54
%0
%7

Triadic Colors of #526eee

#526eee #ee526e #6eee52

Analogous Colors of #526eee

#526eee #8452ee #52bcee

Monochromatic Colors of #526eee

#526eee

Complementary Color

#526eee #eed252

#526eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#526eee Color CSS Codes

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

#526eee Text Font Color

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

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


#526eee Background Color

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

This div background color is #526eee


#526eee Border Color

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

This div border color is #526eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526eee


Comments

No comments written yet.

Please login to write comment.