Color Hex Logo

#5270fa Color Hex

#5270FA
(82,112,250)
0 Favorites   0 Comments

Color spaces of #5270fa

RGB 82112250
HSL0.640.940.65
HSV229°67°98°
CMYK 0.670.550.00   0.02
XYZ26.529220.284392.9595
Yxy20.28430.18980.1451
Hunter Lab45.038126.3268-90.8490
CIE-Lab52.157132.9815-72.2200

#5270fa color RGB value is (82,112,250).

#5270fa hex color red value is 82, green value is 112 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5270fa hue: 0.64 , saturation: 0.94 and the lightness value of 5270fa is 0.65.

The process color (four color CMYK) of #5270fa color hex is 0.67, 0.55, 0.00, 0.02. Web safe color of #5270fa is #6666ff. Color #5270fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01110000 11111010
Octal 122 160 372
Decimal 82 112 250
Hex 52 70 FA

RGB Percentages of Color #5270fa

%18.47
%25.23
%56.31

CMYK Percentages of Color #5270fa

%67
%55
%0
%2

Triadic Colors of #5270fa

#5270fa #fa5270 #70fa52

Analogous Colors of #5270fa

#5270fa #8852fa #52c4fa

Monochromatic Colors of #5270fa

#5270fa

Complementary Color

#5270fa #fadc52

#5270fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5270fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5270fa Color CSS Codes

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

#5270fa Text Font Color

<p style="color:#5270fa">Text here</p>

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


#5270fa Background Color

<div style="background-color:#5270fa">
Div content here</div>

This div background color is #5270fa


#5270fa Border Color

<div style="border:3px solid #5270fa">
Div here</div>

This div border color is #5270fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,112,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5270fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5270fa;
  -webkit-box-shadow: 1px 1px 3px 2px #5270fa;
  box-shadow:         1px 1px 3px 2px #5270fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5270fa


Comments

No comments written yet.

Please login to write comment.