Color Hex Logo

#954bdd Color Hex

#954BDD
(149,75,221)
0 Favorites   0 Comments

Color spaces of #954bdd

RGB 14975221
HSL0.750.680.58
HSV270°66°87°
CMYK 0.330.660.00   0.13
XYZ27.961616.642270.1451
Yxy16.64220.24370.1450
Hunter Lab40.794950.9564-73.3904
CIE-Lab47.806057.5146-62.7228

#954bdd color RGB value is (149,75,221).

#954bdd hex color red value is 149, green value is 75 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #954bdd hue: 0.75 , saturation: 0.68 and the lightness value of 954bdd is 0.58.

The process color (four color CMYK) of #954bdd color hex is 0.33, 0.66, 0.00, 0.13. Web safe color of #954bdd is #9933cc. Color #954bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001011 11011101
Octal 225 113 335
Decimal 149 75 221
Hex 95 4B DD

RGB Percentages of Color #954bdd

%33.48
%16.85
%49.66

CMYK Percentages of Color #954bdd

%33
%66
%0
%13

Triadic Colors of #954bdd

#954bdd #dd954b #4bdd95

Analogous Colors of #954bdd

#954bdd #dd4bdc #4c4bdd

Monochromatic Colors of #954bdd

#954bdd

Complementary Color

#954bdd #93dd4b

#954bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#954bdd Color CSS Codes

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

#954bdd Text Font Color

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

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


#954bdd Background Color

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

This div background color is #954bdd


#954bdd Border Color

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

This div border color is #954bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954bdd


Comments

No comments written yet.

Please login to write comment.