Color Hex Logo

#5254ff Color Hex

#5254FF
(82,84,255)
0 Favorites   0 Comments

Color spaces of #5254ff

RGB 8284255
HSL0.661.000.66
HSV239°68°100°
CMYK 0.680.670.00   0.00
XYZ24.700015.354596.2696
Yxy15.35450.18120.1126
Hunter Lab39.184843.9434-118.2348
CIE-Lab46.116051.3314-84.8616

#5254ff color RGB value is (82,84,255).

#5254ff hex color red value is 82, green value is 84 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5254ff hue: 0.66 , saturation: 1.00 and the lightness value of 5254ff is 0.66.

The process color (four color CMYK) of #5254ff color hex is 0.68, 0.67, 0.00, 0.00. Web safe color of #5254ff is #6666ff. Color #5254ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01010100 11111111
Octal 122 124 377
Decimal 82 84 255
Hex 52 54 FF

RGB Percentages of Color #5254ff

%19.48
%19.95
%60.57

CMYK Percentages of Color #5254ff

%68
%67
%0
%0

Triadic Colors of #5254ff

#5254ff #ff5254 #54ff52

Analogous Colors of #5254ff

#5254ff #a752ff #52abff

Monochromatic Colors of #5254ff

#5254ff

Complementary Color

#5254ff #fffd52

#5254ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5254ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5254ff Color CSS Codes

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

#5254ff Text Font Color

<p style="color:#5254ff">Text here</p>

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


#5254ff Background Color

<div style="background-color:#5254ff">
Div content here</div>

This div background color is #5254ff


#5254ff Border Color

<div style="border:3px solid #5254ff">
Div here</div>

This div border color is #5254ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,84,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5254ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5254ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5254ff;
  box-shadow:         1px 1px 3px 2px #5254ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5254ff

Related Colors


Comments

No comments written yet.

Please login to write comment.