Color Hex Logo

#501fcd Color Hex

#501FCD
(80,31,205)
0 Favorites   0 Comments

Color spaces of #501fcd

RGB 8031205
HSL0.710.740.46
HSV257°85°80°
CMYK 0.610.850.00   0.20
XYZ14.81777.093258.3458
Yxy7.09320.18460.0884
Hunter Lab26.633152.7033-111.2451
CIE-Lab32.018162.1276-79.6576

#501fcd color RGB value is (80,31,205).

#501fcd hex color red value is 80, green value is 31 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #501fcd hue: 0.71 , saturation: 0.74 and the lightness value of 501fcd is 0.46.

The process color (four color CMYK) of #501fcd color hex is 0.61, 0.85, 0.00, 0.20. Web safe color of #501fcd is #6633cc. Color #501fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011111 11001101
Octal 120 37 315
Decimal 80 31 205
Hex 50 1F CD

RGB Percentages of Color #501fcd

%25.32
%9.81
%64.87

CMYK Percentages of Color #501fcd

%61
%85
%0
%20

Triadic Colors of #501fcd

#501fcd #cd501f #1fcd50

Analogous Colors of #501fcd

#501fcd #a71fcd #1f45cd

Monochromatic Colors of #501fcd

#501fcd

Complementary Color

#501fcd #9ccd1f

#501fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#501fcd Color CSS Codes

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

#501fcd Text Font Color

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

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


#501fcd Background Color

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

This div background color is #501fcd


#501fcd Border Color

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

This div border color is #501fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501fcd


Comments

No comments written yet.

Please login to write comment.