Color Hex Logo

#8004cb Color Hex

#8004CB
(128,4,203)
0 Favorites   0 Comments

Color spaces of #8004cb

RGB 1284203
HSL0.770.960.41
HSV277°98°80°
CMYK 0.370.980.00   0.20
XYZ19.72508.987857.1951
Yxy8.98780.22960.1046
Hunter Lab29.979764.9790-92.1275
CIE-Lab35.960872.0568-71.7849

#8004cb color RGB value is (128,4,203).

#8004cb hex color red value is 128, green value is 4 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8004cb hue: 0.77 , saturation: 0.96 and the lightness value of 8004cb is 0.41.

The process color (four color CMYK) of #8004cb color hex is 0.37, 0.98, 0.00, 0.20. Web safe color of #8004cb is #9900cc. Color #8004cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000100 11001011
Octal 200 4 313
Decimal 128 4 203
Hex 80 4 CB

RGB Percentages of Color #8004cb

%38.21
%1.19
%60.60

CMYK Percentages of Color #8004cb

%37
%98
%0
%20

Triadic Colors of #8004cb

#8004cb #cb8004 #04cb80

Analogous Colors of #8004cb

#8004cb #cb04b3 #1c04cb

Monochromatic Colors of #8004cb

#8004cb

Complementary Color

#8004cb #4fcb04

#8004cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8004cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8004cb Color CSS Codes

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

#8004cb Text Font Color

<p style="color:#8004cb">Text here</p>

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


#8004cb Background Color

<div style="background-color:#8004cb">
Div content here</div>

This div background color is #8004cb


#8004cb Border Color

<div style="border:3px solid #8004cb">
Div here</div>

This div border color is #8004cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,4,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8004cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8004cb;
  -webkit-box-shadow: 1px 1px 3px 2px #8004cb;
  box-shadow:         1px 1px 3px 2px #8004cb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8004cb


Comments

No comments written yet.

Please login to write comment.