Color Hex Logo

#945dbd Color Hex

#945DBD
(148,93,189)
0 Favorites   0 Comments

Color spaces of #945dbd

RGB 14893189
HSL0.760.420.55
HSV274°51°74°
CMYK 0.220.510.00   0.26
XYZ25.312417.798750.2455
Yxy17.79870.27110.1907
Hunter Lab42.188533.2671-41.0810
CIE-Lab49.251040.4336-42.0506

#945dbd color RGB value is (148,93,189).

#945dbd hex color red value is 148, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #945dbd hue: 0.76 , saturation: 0.42 and the lightness value of 945dbd is 0.55.

The process color (four color CMYK) of #945dbd color hex is 0.22, 0.51, 0.00, 0.26. Web safe color of #945dbd is #9966cc. Color #945dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01011101 10111101
Octal 224 135 275
Decimal 148 93 189
Hex 94 5D BD

RGB Percentages of Color #945dbd

%34.42
%21.63
%43.95

CMYK Percentages of Color #945dbd

%22
%51
%0
%26

Triadic Colors of #945dbd

#945dbd #bd945d #5dbd94

Analogous Colors of #945dbd

#945dbd #bd5db6 #645dbd

Monochromatic Colors of #945dbd

#945dbd

Complementary Color

#945dbd #86bd5d

#945dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#945dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#945dbd Color CSS Codes

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

#945dbd Text Font Color

<p style="color:#945dbd">Text here</p>

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


#945dbd Background Color

<div style="background-color:#945dbd">
Div content here</div>

This div background color is #945dbd


#945dbd Border Color

<div style="border:3px solid #945dbd">
Div here</div>

This div border color is #945dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,93,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #945dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #945dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #945dbd;
  box-shadow:         1px 1px 3px 2px #945dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,93,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #945dbd


Comments

No comments written yet.

Please login to write comment.