Color Hex Logo

#527ecb Color Hex

#527ECB
(82,126,203)
0 Favorites   0 Comments

Color spaces of #527ecb

RGB 82126203
HSL0.610.540.56
HSV218°60°80°
CMYK 0.600.380.00   0.20
XYZ21.720021.027359.4138
Yxy21.02730.21260.2058
Hunter Lab45.85554.3014-44.7216
CIE-Lab52.97948.3623-44.5028

#527ecb color RGB value is (82,126,203).

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

The process color (four color CMYK) of #527ecb color hex is 0.60, 0.38, 0.00, 0.20. Web safe color of #527ecb is #6666cc. Color #527ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01111110 11001011
Octal 122 176 313
Decimal 82 126 203
Hex 52 7E CB

RGB Percentages of Color #527ecb

%19.95
%30.66
%49.39

CMYK Percentages of Color #527ecb

%60
%38
%0
%20

Triadic Colors of #527ecb

#527ecb #cb527e #7ecb52

Analogous Colors of #527ecb

#527ecb #6352cb #52bbcb

Monochromatic Colors of #527ecb

#527ecb

Complementary Color

#527ecb #cb9f52

#527ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#527ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#527ecb Color CSS Codes

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

#527ecb Text Font Color

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

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


#527ecb Background Color

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

This div background color is #527ecb


#527ecb Border Color

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

This div border color is #527ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #527ecb


Comments

No comments written yet.

Please login to write comment.