Color Hex Logo

#801fca Color Hex

#801FCA
(128,31,202)
0 Favorites   0 Comments

Color spaces of #801fca

RGB 12831202
HSL0.760.730.46
HSV274°85°79°
CMYK 0.370.850.00   0.21
XYZ20.05279.833456.7183
Yxy9.83340.23150.1135
Hunter Lab31.358359.2687-85.2882
CIE-Lab37.541766.8727-68.6095

#801fca color RGB value is (128,31,202).

#801fca hex color red value is 128, green value is 31 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #801fca hue: 0.76 , saturation: 0.73 and the lightness value of 801fca is 0.46.

The process color (four color CMYK) of #801fca color hex is 0.37, 0.85, 0.00, 0.21. Web safe color of #801fca is #9933cc. Color #801fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011111 11001010
Octal 200 37 312
Decimal 128 31 202
Hex 80 1F CA

RGB Percentages of Color #801fca

%35.46
%8.59
%55.96

CMYK Percentages of Color #801fca

%37
%85
%0
%21

Triadic Colors of #801fca

#801fca #ca801f #1fca80

Analogous Colors of #801fca

#801fca #ca1fbf #2a1fca

Monochromatic Colors of #801fca

#801fca

Complementary Color

#801fca #69ca1f

#801fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#801fca Color CSS Codes

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

#801fca Text Font Color

<p style="color:#801fca">Text here</p>

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


#801fca Background Color

<div style="background-color:#801fca">
Div content here</div>

This div background color is #801fca


#801fca Border Color

<div style="border:3px solid #801fca">
Div here</div>

This div border color is #801fca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,31,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #801fca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #801fca;
  -webkit-box-shadow: 1px 1px 3px 2px #801fca;
  box-shadow:         1px 1px 3px 2px #801fca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801fca


Comments

No comments written yet.

Please login to write comment.