Color Hex Logo

#8c019b Color Hex

#8C019B
(140,1,155)
0 Favorites   0 Comments

Color spaces of #8c019b

RGB 1401155
HSL0.820.990.31
HSV294°99°61°
CMYK 0.100.990.00   0.39
XYZ16.74257.963731.6651
Yxy7.96370.29700.1413
Hunter Lab28.220056.5162-46.7740
CIE-Lab33.907265.1662-46.4596

#8c019b color RGB value is (140,1,155).

#8c019b hex color red value is 140, green value is 1 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #8c019b hue: 0.82 , saturation: 0.99 and the lightness value of 8c019b is 0.31.

The process color (four color CMYK) of #8c019b color hex is 0.10, 0.99, 0.00, 0.39. Web safe color of #8c019b is #990099. Color #8c019b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 00000001 10011011
Octal 214 1 233
Decimal 140 1 155
Hex 8C 1 9B

RGB Percentages of Color #8c019b

%47.30
%0.34
%52.36

CMYK Percentages of Color #8c019b

%10
%99
%0
%39

Triadic Colors of #8c019b

#8c019b #9b8c01 #019b8c

Analogous Colors of #8c019b

#8c019b #9b015d #3f019b

Monochromatic Colors of #8c019b

#8c019b

Complementary Color

#8c019b #109b01

#8c019b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c019b Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c019b Color CSS Codes

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

#8c019b Text Font Color

<p style="color:#8c019b">Text here</p>

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


#8c019b Background Color

<div style="background-color:#8c019b">
Div content here</div>

This div background color is #8c019b


#8c019b Border Color

<div style="border:3px solid #8c019b">
Div here</div>

This div border color is #8c019b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,1,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c019b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c019b;
  -webkit-box-shadow: 1px 1px 3px 2px #8c019b;
  box-shadow:         1px 1px 3px 2px #8c019b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,1,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c019b


Comments

No comments written yet.

Please login to write comment.