Color Hex Logo

#5002fd Color Hex

#5002FD
(80,2,253)
0 Favorites   0 Comments

Color spaces of #5002fd

RGB 802253
HSL0.720.980.50
HSV259°99°99°
CMYK 0.680.990.00   0.01
XYZ21.05968.840793.5250
Yxy8.84070.17060.0716
Hunter Lab29.733374.3952-165.6811
CIE-Lab35.675879.8167-101.0201

#5002fd color RGB value is (80,2,253).

#5002fd hex color red value is 80, green value is 2 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5002fd hue: 0.72 , saturation: 0.98 and the lightness value of 5002fd is 0.50.

The process color (four color CMYK) of #5002fd color hex is 0.68, 0.99, 0.00, 0.01. Web safe color of #5002fd is #6600ff. Color #5002fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000010 11111101
Octal 120 2 375
Decimal 80 2 253
Hex 50 2 FD

RGB Percentages of Color #5002fd

%23.88
%0.60
%75.52

CMYK Percentages of Color #5002fd

%68
%99
%0
%1

Triadic Colors of #5002fd

#5002fd #fd5002 #02fd50

Analogous Colors of #5002fd

#5002fd #ce02fd #0232fd

Monochromatic Colors of #5002fd

#5002fd

Complementary Color

#5002fd #affd02

#5002fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5002fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5002fd Color CSS Codes

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

#5002fd Text Font Color

<p style="color:#5002fd">Text here</p>

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


#5002fd Background Color

<div style="background-color:#5002fd">
Div content here</div>

This div background color is #5002fd


#5002fd Border Color

<div style="border:3px solid #5002fd">
Div here</div>

This div border color is #5002fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5002fd


Comments

No comments written yet.

Please login to write comment.