Color Hex Logo

#502bff Color Hex

#502BFF
(80,43,255)
0 Favorites   0 Comments

Color spaces of #502bff

RGB 8043255
HSL0.701.000.58
HSV250°83°100°
CMYK 0.690.830.00   0.00
XYZ22.222110.653295.4928
Yxy10.65320.17310.0830
Hunter Lab32.639264.4113-150.6176
CIE-Lab38.990170.9983-96.6298

#502bff color RGB value is (80,43,255).

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

The process color (four color CMYK) of #502bff color hex is 0.69, 0.83, 0.00, 0.00. Web safe color of #502bff is #6633ff. Color #502bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101011 11111111
Octal 120 53 377
Decimal 80 43 255
Hex 50 2B FF

RGB Percentages of Color #502bff

%21.16
%11.38
%67.46

CMYK Percentages of Color #502bff

%69
%83
%0
%0

Triadic Colors of #502bff

#502bff #ff502b #2bff50

Analogous Colors of #502bff

#502bff #ba2bff #2b70ff

Monochromatic Colors of #502bff

#502bff

Complementary Color

#502bff #daff2b

#502bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#502bff Color CSS Codes

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

#502bff Text Font Color

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

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


#502bff Background Color

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

This div background color is #502bff


#502bff Border Color

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

This div border color is #502bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502bff

Related Colors


Comments

No comments written yet.

Please login to write comment.