Color Hex Logo

#526ffc Color Hex

#526FFC
(82,111,252)
0 Favorites   0 Comments

Color spaces of #526ffc

RGB 82111252
HSL0.640.970.65
HSV230°67°99°
CMYK 0.670.560.00   0.01
XYZ26.734820.191094.5836
Yxy20.19100.18890.1427
Hunter Lab44.934427.5677-93.3470
CIE-Lab52.052534.2746-73.4990

#526ffc color RGB value is (82,111,252).

#526ffc hex color red value is 82, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #526ffc hue: 0.64 , saturation: 0.97 and the lightness value of 526ffc is 0.65.

The process color (four color CMYK) of #526ffc color hex is 0.67, 0.56, 0.00, 0.01. Web safe color of #526ffc is #6666ff. Color #526ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101111 11111100
Octal 122 157 374
Decimal 82 111 252
Hex 52 6F FC

RGB Percentages of Color #526ffc

%18.43
%24.94
%56.63

CMYK Percentages of Color #526ffc

%67
%56
%0
%1

Triadic Colors of #526ffc

#526ffc #fc526f #6ffc52

Analogous Colors of #526ffc

#526ffc #8a52fc #52c4fc

Monochromatic Colors of #526ffc

#526ffc

Complementary Color

#526ffc #fcdf52

#526ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#526ffc Color CSS Codes

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

#526ffc Text Font Color

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

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


#526ffc Background Color

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

This div background color is #526ffc


#526ffc Border Color

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

This div border color is #526ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.