Color Hex Logo

#801bce Color Hex

#801BCE
(128,27,206)
0 Favorites   0 Comments

Color spaces of #801bce

RGB 12827206
HSL0.760.770.46
HSV274°87°81°
CMYK 0.380.870.00   0.19
XYZ20.43469.829359.2127
Yxy9.82930.22840.1099
Hunter Lab31.351761.4783-90.0324
CIE-Lab37.534368.7825-70.9476

#801bce color RGB value is (128,27,206).

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

The process color (four color CMYK) of #801bce color hex is 0.38, 0.87, 0.00, 0.19. Web safe color of #801bce is #9933cc. Color #801bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011011 11001110
Octal 200 33 316
Decimal 128 27 206
Hex 80 1B CE

RGB Percentages of Color #801bce

%35.46
%7.48
%57.06

CMYK Percentages of Color #801bce

%38
%87
%0
%19

Triadic Colors of #801bce

#801bce #ce801b #1bce80

Analogous Colors of #801bce

#801bce #ce1bc3 #271bce

Monochromatic Colors of #801bce

#801bce

Complementary Color

#801bce #69ce1b

#801bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#801bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#801bce Color CSS Codes

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

#801bce Text Font Color

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

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


#801bce Background Color

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

This div background color is #801bce


#801bce Border Color

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

This div border color is #801bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #801bce


Comments

No comments written yet.

Please login to write comment.