Color Hex Logo

#8f28cb Color Hex

#8F28CB
(143,40,203)
0 Favorites   0 Comments

Color spaces of #8f28cb

RGB 14340203
HSL0.770.670.48
HSV278°80°80°
CMYK 0.300.800.00   0.20
XYZ22.866011.669057.5471
Yxy11.66900.24830.1267
Hunter Lab34.159959.7047-75.9703
CIE-Lab40.685166.6390-63.9699

#8f28cb color RGB value is (143,40,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 00101000 11001011
Octal 217 50 313
Decimal 143 40 203
Hex 8F 28 CB

RGB Percentages of Color #8f28cb

%37.05
%10.36
%52.59

CMYK Percentages of Color #8f28cb

%30
%80
%0
%20

Triadic Colors of #8f28cb

#8f28cb #cb8f28 #28cb8f

Analogous Colors of #8f28cb

#8f28cb #cb28b6 #3e28cb

Monochromatic Colors of #8f28cb

#8f28cb

Complementary Color

#8f28cb #64cb28

#8f28cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f28cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f28cb Color CSS Codes

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

#8f28cb Text Font Color

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

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


#8f28cb Background Color

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

This div background color is #8f28cb


#8f28cb Border Color

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

This div border color is #8f28cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,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 #8f28cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f28cb


Comments

No comments written yet.

Please login to write comment.