Color Hex Logo

#9f28cc Color Hex

#9F28CC
(159,40,204)
0 Favorites   0 Comments

Color spaces of #9f28cc

RGB 15940204
HSL0.790.670.48
HSV284°80°80°
CMYK 0.220.800.00   0.20
XYZ25.956013.248158.3159
Yxy13.24810.26620.1359
Hunter Lab36.397963.5950-69.5144
CIE-Lab43.134769.5007-60.4634

#9f28cc color RGB value is (159,40,204).

#9f28cc hex color red value is 159, green value is 40 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9f28cc hue: 0.79 , saturation: 0.67 and the lightness value of 9f28cc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 00101000 11001100
Octal 237 50 314
Decimal 159 40 204
Hex 9F 28 CC

RGB Percentages of Color #9f28cc

%39.45
%9.93
%50.62

CMYK Percentages of Color #9f28cc

%22
%80
%0
%20

Triadic Colors of #9f28cc

#9f28cc #cc9f28 #28cc9f

Analogous Colors of #9f28cc

#9f28cc #cc28a7 #4d28cc

Monochromatic Colors of #9f28cc

#9f28cc

Complementary Color

#9f28cc #55cc28

#9f28cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f28cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f28cc Color CSS Codes

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

#9f28cc Text Font Color

<p style="color:#9f28cc">Text here</p>

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


#9f28cc Background Color

<div style="background-color:#9f28cc">
Div content here</div>

This div background color is #9f28cc


#9f28cc Border Color

<div style="border:3px solid #9f28cc">
Div here</div>

This div border color is #9f28cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,40,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f28cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f28cc;
  -webkit-box-shadow: 1px 1px 3px 2px #9f28cc;
  box-shadow:         1px 1px 3px 2px #9f28cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f28cc


Comments

No comments written yet.

Please login to write comment.