Color Hex Logo

#9147cb Color Hex

#9147CB
(145,71,203)
0 Favorites   0 Comments

Color spaces of #9147cb

RGB 14571203
HSL0.760.560.54
HSV274°65°80°
CMYK 0.290.650.00   0.20
XYZ24.709814.838058.0616
Yxy14.83800.25310.1520
Hunter Lab38.520147.0935-62.4041
CIE-Lab45.411554.4100-56.3014

#9147cb color RGB value is (145,71,203).

#9147cb hex color red value is 145, green value is 71 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9147cb hue: 0.76 , saturation: 0.56 and the lightness value of 9147cb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01000111 11001011
Octal 221 107 313
Decimal 145 71 203
Hex 91 47 CB

RGB Percentages of Color #9147cb

%34.61
%16.95
%48.45

CMYK Percentages of Color #9147cb

%29
%65
%0
%20

Triadic Colors of #9147cb

#9147cb #cb9147 #47cb91

Analogous Colors of #9147cb

#9147cb #cb47c3 #4f47cb

Monochromatic Colors of #9147cb

#9147cb

Complementary Color

#9147cb #81cb47

#9147cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9147cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9147cb Color CSS Codes

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

#9147cb Text Font Color

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

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


#9147cb Background Color

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

This div background color is #9147cb


#9147cb Border Color

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

This div border color is #9147cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9147cb


Comments

No comments written yet.

Please login to write comment.