Color Hex Logo

#500cda Color Hex

#500CDA
(80,12,218)
0 Favorites   0 Comments

Color spaces of #500cda

RGB 8012218
HSL0.720.900.45
HSV260°94°85°
CMYK 0.630.940.00   0.15
XYZ16.09467.030466.8384
Yxy7.03040.17890.0781
Hunter Lab26.514961.9488-130.8970
CIE-Lab31.876070.2581-87.4303

#500cda color RGB value is (80,12,218).

#500cda hex color red value is 80, green value is 12 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #500cda hue: 0.72 , saturation: 0.90 and the lightness value of 500cda is 0.45.

The process color (four color CMYK) of #500cda color hex is 0.63, 0.94, 0.00, 0.15. Web safe color of #500cda is #6600cc. Color #500cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001100 11011010
Octal 120 14 332
Decimal 80 12 218
Hex 50 C DA

RGB Percentages of Color #500cda

%25.81
%3.87
%70.32

CMYK Percentages of Color #500cda

%63
%94
%0
%15

Triadic Colors of #500cda

#500cda #da500c #0cda50

Analogous Colors of #500cda

#500cda #b70cda #0c2fda

Monochromatic Colors of #500cda

#500cda

Complementary Color

#500cda #96da0c

#500cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#500cda Color CSS Codes

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

#500cda Text Font Color

<p style="color:#500cda">Text here</p>

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


#500cda Background Color

<div style="background-color:#500cda">
Div content here</div>

This div background color is #500cda


#500cda Border Color

<div style="border:3px solid #500cda">
Div here</div>

This div border color is #500cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,12,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #500cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #500cda;
  -webkit-box-shadow: 1px 1px 3px 2px #500cda;
  box-shadow:         1px 1px 3px 2px #500cda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500cda


Comments

No comments written yet.

Please login to write comment.