Color Hex Logo

#954bae Color Hex

#954BAE
(149,75,174)
0 Favorites   0 Comments

Color spaces of #954bae

RGB 14975174
HSL0.790.400.49
HSV285°57°68°
CMYK 0.140.570.00   0.32
XYZ22.550514.477741.6503
Yxy14.47770.28660.1840
Hunter Lab38.049639.2032-38.2661
CIE-Lab44.910446.9900-40.1652

#954bae color RGB value is (149,75,174).

#954bae hex color red value is 149, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #954bae hue: 0.79 , saturation: 0.40 and the lightness value of 954bae is 0.49.

The process color (four color CMYK) of #954bae color hex is 0.14, 0.57, 0.00, 0.32. Web safe color of #954bae is #993399. Color #954bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001011 10101110
Octal 225 113 256
Decimal 149 75 174
Hex 95 4B AE

RGB Percentages of Color #954bae

%37.44
%18.84
%43.72

CMYK Percentages of Color #954bae

%14
%57
%0
%32

Triadic Colors of #954bae

#954bae #ae954b #4bae95

Analogous Colors of #954bae

#954bae #ae4b96 #644bae

Monochromatic Colors of #954bae

#954bae

Complementary Color

#954bae #64ae4b

#954bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#954bae Color CSS Codes

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

#954bae Text Font Color

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

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


#954bae Background Color

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

This div background color is #954bae


#954bae Border Color

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

This div border color is #954bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954bae


Comments

No comments written yet.

Please login to write comment.