Color Hex Logo

#502cfb Color Hex

#502CFB
(80,44,251)
0 Favorites   0 Comments

Color spaces of #502cfb

RGB 8044251
HSL0.700.960.58
HSV250°82°98°
CMYK 0.680.820.00   0.02
XYZ21.621510.471992.1485
Yxy10.47190.17400.0843
Hunter Lab32.360362.6340-146.1806
CIE-Lab38.676469.5502-94.9093

#502cfb color RGB value is (80,44,251).

#502cfb hex color red value is 80, green value is 44 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #502cfb hue: 0.70 , saturation: 0.96 and the lightness value of 502cfb is 0.58.

The process color (four color CMYK) of #502cfb color hex is 0.68, 0.82, 0.00, 0.02. Web safe color of #502cfb is #6633ff. Color #502cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101100 11111011
Octal 120 54 373
Decimal 80 44 251
Hex 50 2C FB

RGB Percentages of Color #502cfb

%21.33
%11.73
%66.93

CMYK Percentages of Color #502cfb

%68
%82
%0
%2

Triadic Colors of #502cfb

#502cfb #fb502c #2cfb50

Analogous Colors of #502cfb

#502cfb #b82cfb #2c70fb

Monochromatic Colors of #502cfb

#502cfb

Complementary Color

#502cfb #d7fb2c

#502cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#502cfb Color CSS Codes

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

#502cfb Text Font Color

<p style="color:#502cfb">Text here</p>

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


#502cfb Background Color

<div style="background-color:#502cfb">
Div content here</div>

This div background color is #502cfb


#502cfb Border Color

<div style="border:3px solid #502cfb">
Div here</div>

This div border color is #502cfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,44,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502cfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502cfb;
  -webkit-box-shadow: 1px 1px 3px 2px #502cfb;
  box-shadow:         1px 1px 3px 2px #502cfb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.