Color Hex Logo

#526fcb Color Hex

#526FCB
(82,111,203)
0 Favorites   0 Comments

Color spaces of #526fcb

RGB 82111203
HSL0.630.540.56
HSV226°60°80°
CMYK 0.600.450.00   0.20
XYZ19.943617.474558.8217
Yxy17.47450.20720.1816
Hunter Lab41.802512.0063-54.1672
CIE-Lab48.852417.5790-51.0735

#526fcb color RGB value is (82,111,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101111 11001011
Octal 122 157 313
Decimal 82 111 203
Hex 52 6F CB

RGB Percentages of Color #526fcb

%20.71
%28.03
%51.26

CMYK Percentages of Color #526fcb

%60
%45
%0
%20

Triadic Colors of #526fcb

#526fcb #cb526f #6fcb52

Analogous Colors of #526fcb

#526fcb #7252cb #52accb

Monochromatic Colors of #526fcb

#526fcb

Complementary Color

#526fcb #cbae52

#526fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#526fcb Color CSS Codes

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

#526fcb Text Font Color

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

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


#526fcb Background Color

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

This div background color is #526fcb


#526fcb Border Color

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

This div border color is #526fcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,111,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 #526fcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526fcb


Comments

No comments written yet.

Please login to write comment.