Color Hex Logo

#527abf Color Hex

#527ABF
(82,122,191)
0 Favorites   0 Comments

Color spaces of #527abf

RGB 82122191
HSL0.610.460.54
HSV218°57°75°
CMYK 0.570.360.00   0.25
XYZ19.843219.474552.0033
Yxy19.47450.21730.2133
Hunter Lab44.12993.0359-38.9772
CIE-Lab51.23786.7978-40.4068

#527abf color RGB value is (82,122,191).

#527abf hex color red value is 82, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #527abf hue: 0.61 , saturation: 0.46 and the lightness value of 527abf is 0.54.

The process color (four color CMYK) of #527abf color hex is 0.57, 0.36, 0.00, 0.25. Web safe color of #527abf is #6666cc. Color #527abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111010 10111111
Octal 122 172 277
Decimal 82 122 191
Hex 52 7A BF

RGB Percentages of Color #527abf

%20.76
%30.89
%48.35

CMYK Percentages of Color #527abf

%57
%36
%0
%25

Triadic Colors of #527abf

#527abf #bf527a #7abf52

Analogous Colors of #527abf

#527abf #6052bf #52b1bf

Monochromatic Colors of #527abf

#527abf

Complementary Color

#527abf #bf9752

#527abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#527abf Color CSS Codes

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

#527abf Text Font Color

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

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


#527abf Background Color

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

This div background color is #527abf


#527abf Border Color

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

This div border color is #527abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527abf


Comments

No comments written yet.

Please login to write comment.