Color Hex Logo

#527aeb Color Hex

#527AEB
(82,122,235)
0 Favorites   0 Comments

Color spaces of #527aeb

RGB 82122235
HSL0.620.790.62
HSV224°65°92°
CMYK 0.650.480.00   0.08
XYZ25.434621.711181.4474
Yxy21.71110.19780.1688
Hunter Lab46.595215.8951-71.0211
CIE-Lab53.719121.6914-61.3472

#527aeb color RGB value is (82,122,235).

#527aeb hex color red value is 82, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #527aeb hue: 0.62 , saturation: 0.79 and the lightness value of 527aeb is 0.62.

The process color (four color CMYK) of #527aeb color hex is 0.65, 0.48, 0.00, 0.08. Web safe color of #527aeb is #6666ff. Color #527aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111010 11101011
Octal 122 172 353
Decimal 82 122 235
Hex 52 7A EB

RGB Percentages of Color #527aeb

%18.68
%27.79
%53.53

CMYK Percentages of Color #527aeb

%65
%48
%0
%8

Triadic Colors of #527aeb

#527aeb #eb527a #7aeb52

Analogous Colors of #527aeb

#527aeb #7752eb #52c7eb

Monochromatic Colors of #527aeb

#527aeb

Complementary Color

#527aeb #ebc352

#527aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#527aeb Color CSS Codes

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

#527aeb Text Font Color

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

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


#527aeb Background Color

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

This div background color is #527aeb


#527aeb Border Color

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

This div border color is #527aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527aeb


Comments

No comments written yet.

Please login to write comment.