Color Hex Logo

#502ba5 Color Hex

#502BA5
(80,43,165)
0 Favorites   0 Comments

Color spaces of #502ba5

RGB 8043165
HSL0.720.590.41
HSV258°74°65°
CMYK 0.520.740.00   0.35
XYZ10.96376.149836.2065
Yxy6.14980.20560.1153
Hunter Lab24.798835.5181-69.2049
CIE-Lab29.787346.0348-59.6167

#502ba5 color RGB value is (80,43,165).

#502ba5 hex color red value is 80, green value is 43 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #502ba5 hue: 0.72 , saturation: 0.59 and the lightness value of 502ba5 is 0.41.

The process color (four color CMYK) of #502ba5 color hex is 0.52, 0.74, 0.00, 0.35. Web safe color of #502ba5 is #663399. Color #502ba5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101011 10100101
Octal 120 53 245
Decimal 80 43 165
Hex 50 2B A5

RGB Percentages of Color #502ba5

%27.78
%14.93
%57.29

CMYK Percentages of Color #502ba5

%52
%74
%0
%35

Triadic Colors of #502ba5

#502ba5 #a5502b #2ba550

Analogous Colors of #502ba5

#502ba5 #8d2ba5 #2b43a5

Monochromatic Colors of #502ba5

#502ba5

Complementary Color

#502ba5 #80a52b

#502ba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502ba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502ba5 Color CSS Codes

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

#502ba5 Text Font Color

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

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


#502ba5 Background Color

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

This div background color is #502ba5


#502ba5 Border Color

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

This div border color is #502ba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502ba5


Comments

No comments written yet.

Please login to write comment.