Color Hex Logo

#501ca5 Color Hex

#501CA5
(80,28,165)
0 Favorites   0 Comments

Color spaces of #501ca5

RGB 8028165
HSL0.730.710.38
HSV263°83°65°
CMYK 0.520.830.00   0.35
XYZ10.51515.252636.0570
Yxy5.25260.20290.1014
Hunter Lab22.918641.7889-77.2360
CIE-Lab27.442652.7752-63.4682

#501ca5 color RGB value is (80,28,165).

#501ca5 hex color red value is 80, green value is 28 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #501ca5 hue: 0.73 , saturation: 0.71 and the lightness value of 501ca5 is 0.38.

The process color (four color CMYK) of #501ca5 color hex is 0.52, 0.83, 0.00, 0.35. Web safe color of #501ca5 is #663399. Color #501ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011100 10100101
Octal 120 34 245
Decimal 80 28 165
Hex 50 1C A5

RGB Percentages of Color #501ca5

%29.30
%10.26
%60.44

CMYK Percentages of Color #501ca5

%52
%83
%0
%35

Triadic Colors of #501ca5

#501ca5 #a5501c #1ca550

Analogous Colors of #501ca5

#501ca5 #951ca5 #1c2da5

Monochromatic Colors of #501ca5

#501ca5

Complementary Color

#501ca5 #71a51c

#501ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501ca5 Color CSS Codes

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

#501ca5 Text Font Color

<p style="color:#501ca5">Text here</p>

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


#501ca5 Background Color

<div style="background-color:#501ca5">
Div content here</div>

This div background color is #501ca5


#501ca5 Border Color

<div style="border:3px solid #501ca5">
Div here</div>

This div border color is #501ca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501ca5


Comments

No comments written yet.

Please login to write comment.