Color Hex Logo

#5004ff Color Hex

#5004FF
(80,4,255)
0 Favorites   0 Comments

Color spaces of #5004ff

RGB 804255
HSL0.721.000.51
HSV258°98°100°
CMYK 0.690.980.00   0.00
XYZ21.40179.012395.2193
Yxy9.01230.17040.0717
Hunter Lab30.020574.7173-167.0423
CIE-Lab36.008080.0142-101.5885

#5004ff color RGB value is (80,4,255).

#5004ff hex color red value is 80, green value is 4 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5004ff hue: 0.72 , saturation: 1.00 and the lightness value of 5004ff is 0.51.

The process color (four color CMYK) of #5004ff color hex is 0.69, 0.98, 0.00, 0.00. Web safe color of #5004ff is #6600ff. Color #5004ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000100 11111111
Octal 120 4 377
Decimal 80 4 255
Hex 50 4 FF

RGB Percentages of Color #5004ff

%23.60
%1.18
%75.22

CMYK Percentages of Color #5004ff

%69
%98
%0
%0

Triadic Colors of #5004ff

#5004ff #ff5004 #04ff50

Analogous Colors of #5004ff

#5004ff #ce04ff #0436ff

Monochromatic Colors of #5004ff

#5004ff

Complementary Color

#5004ff #b3ff04

#5004ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5004ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5004ff Color CSS Codes

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

#5004ff Text Font Color

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

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


#5004ff Background Color

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

This div background color is #5004ff


#5004ff Border Color

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

This div border color is #5004ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,4,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 #5004ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5004ff


Comments

No comments written yet.

Please login to write comment.