Color Hex Logo

#501ccf Color Hex

#501CCF
(80,28,207)
0 Favorites   0 Comments

Color spaces of #501ccf

RGB 8028207
HSL0.720.760.46
HSV257°86°81°
CMYK 0.610.860.00   0.19
XYZ14.98607.041059.6007
Yxy7.04100.18360.0863
Hunter Lab26.534954.3747-114.5984
CIE-Lab31.900163.6515-81.0176

#501ccf color RGB value is (80,28,207).

#501ccf hex color red value is 80, green value is 28 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #501ccf hue: 0.72 , saturation: 0.76 and the lightness value of 501ccf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011100 11001111
Octal 120 34 317
Decimal 80 28 207
Hex 50 1C CF

RGB Percentages of Color #501ccf

%25.40
%8.89
%65.71

CMYK Percentages of Color #501ccf

%61
%86
%0
%19

Triadic Colors of #501ccf

#501ccf #cf501c #1ccf50

Analogous Colors of #501ccf

#501ccf #aa1ccf #1c42cf

Monochromatic Colors of #501ccf

#501ccf

Complementary Color

#501ccf #9bcf1c

#501ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#501ccf Color CSS Codes

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

#501ccf Text Font Color

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

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


#501ccf Background Color

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

This div background color is #501ccf


#501ccf Border Color

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

This div border color is #501ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501ccf


Comments

No comments written yet.

Please login to write comment.