Color Hex Logo

#8428cb Color Hex

#8428CB
(132,40,203)
0 Favorites   0 Comments

Color spaces of #8428cb

RGB 13240203
HSL0.760.670.48
HSV274°80°80°
CMYK 0.350.800.00   0.20
XYZ21.054010.734957.4623
Yxy10.73490.23590.1203
Hunter Lab32.764257.3655-81.0488
CIE-Lab39.130364.8994-66.5711

#8428cb color RGB value is (132,40,203).

#8428cb hex color red value is 132, green value is 40 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8428cb hue: 0.76 , saturation: 0.67 and the lightness value of 8428cb is 0.48.

The process color (four color CMYK) of #8428cb color hex is 0.35, 0.80, 0.00, 0.20. Web safe color of #8428cb is #9933cc. Color #8428cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00101000 11001011
Octal 204 50 313
Decimal 132 40 203
Hex 84 28 CB

RGB Percentages of Color #8428cb

%35.20
%10.67
%54.13

CMYK Percentages of Color #8428cb

%35
%80
%0
%20

Triadic Colors of #8428cb

#8428cb #cb8428 #28cb84

Analogous Colors of #8428cb

#8428cb #cb28c1 #3328cb

Monochromatic Colors of #8428cb

#8428cb

Complementary Color

#8428cb #6fcb28

#8428cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8428cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8428cb Color CSS Codes

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

#8428cb Text Font Color

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

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


#8428cb Background Color

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

This div background color is #8428cb


#8428cb Border Color

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

This div border color is #8428cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,40,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 #8428cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8428cb


Comments

No comments written yet.

Please login to write comment.