Color Hex Logo

#502bde Color Hex

#502BDE
(80,43,222)
0 Favorites   0 Comments

Color spaces of #502bde

RGB 8043222
HSL0.700.730.52
HSV252°81°87°
CMYK 0.640.810.00   0.13
XYZ17.35708.707269.8731
Yxy8.70720.18090.0908
Hunter Lab29.508053.3573-119.7396
CIE-Lab35.414362.0578-83.8642

#502bde color RGB value is (80,43,222).

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

The process color (four color CMYK) of #502bde color hex is 0.64, 0.81, 0.00, 0.13. Web safe color of #502bde is #6633cc. Color #502bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101011 11011110
Octal 120 53 336
Decimal 80 43 222
Hex 50 2B DE

RGB Percentages of Color #502bde

%23.19
%12.46
%64.35

CMYK Percentages of Color #502bde

%64
%81
%0
%13

Triadic Colors of #502bde

#502bde #de502b #2bde50

Analogous Colors of #502bde

#502bde #aa2bde #2b60de

Monochromatic Colors of #502bde

#502bde

Complementary Color

#502bde #b9de2b

#502bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#502bde Color CSS Codes

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

#502bde Text Font Color

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

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


#502bde Background Color

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

This div background color is #502bde


#502bde Border Color

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

This div border color is #502bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502bde


Comments

No comments written yet.

Please login to write comment.