Color Hex Logo

#5255fa Color Hex

#5255FA
(82,85,250)
0 Favorites   0 Comments

Color spaces of #5255fa

RGB 8285250
HSL0.660.940.65
HSV239°67°98°
CMYK 0.670.660.00   0.02
XYZ23.983515.193092.1109
Yxy15.19300.18270.1157
Hunter Lab38.978241.6202-112.8258
CIE-Lab45.897449.1579-82.4335

#5255fa color RGB value is (82,85,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010101 11111010
Octal 122 125 372
Decimal 82 85 250
Hex 52 55 FA

RGB Percentages of Color #5255fa

%19.66
%20.38
%59.95

CMYK Percentages of Color #5255fa

%67
%66
%0
%2

Triadic Colors of #5255fa

#5255fa #fa5255 #55fa52

Analogous Colors of #5255fa

#5255fa #a352fa #52a9fa

Monochromatic Colors of #5255fa

#5255fa

Complementary Color

#5255fa #faf752

#5255fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5255fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5255fa Color CSS Codes

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

#5255fa Text Font Color

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

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


#5255fa Background Color

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

This div background color is #5255fa


#5255fa Border Color

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

This div border color is #5255fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5255fa

Related Colors


Comments

No comments written yet.

Please login to write comment.