Color Hex Logo

#954bbb Color Hex

#954BBB
(149,75,187)
0 Favorites   0 Comments

Color spaces of #954bbb

RGB 14975187
HSL0.780.450.51
HSV280°60°73°
CMYK 0.200.600.00   0.27
XYZ23.880115.009648.6522
Yxy15.00960.27280.1715
Hunter Lab38.742242.2257-47.3364
CIE-Lab45.647349.7810-46.6126

#954bbb color RGB value is (149,75,187).

#954bbb hex color red value is 149, green value is 75 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #954bbb hue: 0.78 , saturation: 0.45 and the lightness value of 954bbb is 0.51.

The process color (four color CMYK) of #954bbb color hex is 0.20, 0.60, 0.00, 0.27. Web safe color of #954bbb is #9933cc. Color #954bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001011 10111011
Octal 225 113 273
Decimal 149 75 187
Hex 95 4B BB

RGB Percentages of Color #954bbb

%36.25
%18.25
%45.50

CMYK Percentages of Color #954bbb

%20
%60
%0
%27

Triadic Colors of #954bbb

#954bbb #bb954b #4bbb95

Analogous Colors of #954bbb

#954bbb #bb4ba9 #5d4bbb

Monochromatic Colors of #954bbb

#954bbb

Complementary Color

#954bbb #71bb4b

#954bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#954bbb Color CSS Codes

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

#954bbb Text Font Color

<p style="color:#954bbb">Text here</p>

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


#954bbb Background Color

<div style="background-color:#954bbb">
Div content here</div>

This div background color is #954bbb


#954bbb Border Color

<div style="border:3px solid #954bbb">
Div here</div>

This div border color is #954bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,75,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #954bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #954bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #954bbb;
  box-shadow:         1px 1px 3px 2px #954bbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954bbb


Comments

No comments written yet.

Please login to write comment.