Color Hex Logo

#526cf8 Color Hex

#526CF8
(82,108,248)
0 Favorites   0 Comments

Color spaces of #526cf8

RGB 82108248
HSL0.640.920.65
HSV231°67°97°
CMYK 0.670.560.00   0.03
XYZ25.785519.296391.1724
Yxy19.29630.18920.1416
Hunter Lab43.927627.9064-92.3081
CIE-Lab51.032134.7485-72.9360

#526cf8 color RGB value is (82,108,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01101100 11111000
Octal 122 154 370
Decimal 82 108 248
Hex 52 6C F8

RGB Percentages of Color #526cf8

%18.72
%24.66
%56.62

CMYK Percentages of Color #526cf8

%67
%56
%0
%3

Triadic Colors of #526cf8

#526cf8 #f8526c #6cf852

Analogous Colors of #526cf8

#526cf8 #8b52f8 #52bff8

Monochromatic Colors of #526cf8

#526cf8

Complementary Color

#526cf8 #f8de52

#526cf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#526cf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#526cf8 Color CSS Codes

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

#526cf8 Text Font Color

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

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


#526cf8 Background Color

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

This div background color is #526cf8


#526cf8 Border Color

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

This div border color is #526cf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #526cf8


Comments

No comments written yet.

Please login to write comment.