Color Hex Logo

#954bde Color Hex

#954BDE
(149,75,222)
0 Favorites   0 Comments

Color spaces of #954bde

RGB 14975222
HSL0.750.690.58
HSV270°66°87°
CMYK 0.330.660.00   0.13
XYZ28.095316.695670.8490
Yxy16.69560.24300.1444
Hunter Lab40.860251.2303-74.2028
CIE-Lab47.874257.7499-63.1811

#954bde color RGB value is (149,75,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001011 11011110
Octal 225 113 336
Decimal 149 75 222
Hex 95 4B DE

RGB Percentages of Color #954bde

%33.41
%16.82
%49.78

CMYK Percentages of Color #954bde

%33
%66
%0
%13

Triadic Colors of #954bde

#954bde #de954b #4bde95

Analogous Colors of #954bde

#954bde #de4bde #4b4bde

Monochromatic Colors of #954bde

#954bde

Complementary Color

#954bde #94de4b

#954bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#954bde Color CSS Codes

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

#954bde Text Font Color

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

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


#954bde Background Color

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

This div background color is #954bde


#954bde Border Color

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

This div border color is #954bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954bde


Comments

No comments written yet.

Please login to write comment.