Color Hex Logo

#502ebe Color Hex

#502EBE
(80,46,190)
0 Favorites   0 Comments

Color spaces of #502ebe

RGB 8046190
HSL0.710.610.46
HSV254°76°75°
CMYK 0.580.760.00   0.25
XYZ13.57957.377249.4234
Yxy7.37720.19290.1048
Hunter Lab27.161041.7117-88.8741
CIE-Lab32.650651.6867-69.8244

#502ebe color RGB value is (80,46,190).

#502ebe hex color red value is 80, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #502ebe hue: 0.71 , saturation: 0.61 and the lightness value of 502ebe is 0.46.

The process color (four color CMYK) of #502ebe color hex is 0.58, 0.76, 0.00, 0.25. Web safe color of #502ebe is #6633cc. Color #502ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101110 10111110
Octal 120 56 276
Decimal 80 46 190
Hex 50 2E BE

RGB Percentages of Color #502ebe

%25.32
%14.56
%60.13

CMYK Percentages of Color #502ebe

%58
%76
%0
%25

Triadic Colors of #502ebe

#502ebe #be502e #2ebe50

Analogous Colors of #502ebe

#502ebe #982ebe #2e54be

Monochromatic Colors of #502ebe

#502ebe

Complementary Color

#502ebe #9cbe2e

#502ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#502ebe Color CSS Codes

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

#502ebe Text Font Color

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

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


#502ebe Background Color

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

This div background color is #502ebe


#502ebe Border Color

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

This div border color is #502ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502ebe


Comments

No comments written yet.

Please login to write comment.