Color Hex Logo

#502be8 Color Hex

#502BE8
(80,43,232)
0 Favorites   0 Comments

Color spaces of #502be8

RGB 8043232
HSL0.700.800.54
HSV252°81°91°
CMYK 0.660.810.00   0.09
XYZ18.73769.259477.1436
Yxy9.25940.17820.0881
Hunter Lab30.429356.6648-129.0102
CIE-Lab36.479064.7989-87.8156

#502be8 color RGB value is (80,43,232).

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

The process color (four color CMYK) of #502be8 color hex is 0.66, 0.81, 0.00, 0.09. Web safe color of #502be8 is #6633ff. Color #502be8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101011 11101000
Octal 120 53 350
Decimal 80 43 232
Hex 50 2B E8

RGB Percentages of Color #502be8

%22.54
%12.11
%65.35

CMYK Percentages of Color #502be8

%66
%81
%0
%9

Triadic Colors of #502be8

#502be8 #e8502b #2be850

Analogous Colors of #502be8

#502be8 #af2be8 #2b65e8

Monochromatic Colors of #502be8

#502be8

Complementary Color

#502be8 #c3e82b

#502be8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502be8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502be8 Color CSS Codes

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

#502be8 Text Font Color

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

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


#502be8 Background Color

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

This div background color is #502be8


#502be8 Border Color

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

This div border color is #502be8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502be8


Comments

No comments written yet.

Please login to write comment.