Color Hex Logo

#8002bc Color Hex

#8002BC
(128,2,188)
0 Favorites   0 Comments

Color spaces of #8002bc

RGB 1282188
HSL0.780.980.37
HSV281°99°74°
CMYK 0.320.990.00   0.26
XYZ18.00098.263548.2232
Yxy8.26350.24170.1109
Hunter Lab28.746361.4704-79.3392
CIE-Lab34.525769.3533-65.3371

#8002bc color RGB value is (128,2,188).

#8002bc hex color red value is 128, green value is 2 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8002bc hue: 0.78 , saturation: 0.98 and the lightness value of 8002bc is 0.37.

The process color (four color CMYK) of #8002bc color hex is 0.32, 0.99, 0.00, 0.26. Web safe color of #8002bc is #9900cc. Color #8002bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000010 10111100
Octal 200 2 274
Decimal 128 2 188
Hex 80 2 BC

RGB Percentages of Color #8002bc

%40.25
%0.63
%59.12

CMYK Percentages of Color #8002bc

%32
%99
%0
%26

Triadic Colors of #8002bc

#8002bc #bc8002 #02bc80

Analogous Colors of #8002bc

#8002bc #bc029b #2302bc

Monochromatic Colors of #8002bc

#8002bc

Complementary Color

#8002bc #3ebc02

#8002bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8002bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8002bc Color CSS Codes

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

#8002bc Text Font Color

<p style="color:#8002bc">Text here</p>

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


#8002bc Background Color

<div style="background-color:#8002bc">
Div content here</div>

This div background color is #8002bc


#8002bc Border Color

<div style="border:3px solid #8002bc">
Div here</div>

This div border color is #8002bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8002bc


Comments

No comments written yet.

Please login to write comment.