Color Hex Logo

#946dcb Color Hex

#946DCB
(148,109,203)
0 Favorites   0 Comments

Color spaces of #946dcb

RGB 148109203
HSL0.740.470.61
HSV265°46°80°
CMYK 0.270.460.00   0.20
XYZ28.460921.545059.1585
Yxy21.54500.26070.1974
Hunter Lab46.416628.2204-43.0742
CIE-Lab53.540934.7630-43.3003

#946dcb color RGB value is (148,109,203).

#946dcb hex color red value is 148, green value is 109 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #946dcb hue: 0.74 , saturation: 0.47 and the lightness value of 946dcb is 0.61.

The process color (four color CMYK) of #946dcb color hex is 0.27, 0.46, 0.00, 0.20. Web safe color of #946dcb is #9966cc. Color #946dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101101 11001011
Octal 224 155 313
Decimal 148 109 203
Hex 94 6D CB

RGB Percentages of Color #946dcb

%32.17
%23.70
%44.13

CMYK Percentages of Color #946dcb

%27
%46
%0
%20

Triadic Colors of #946dcb

#946dcb #cb946d #6dcb94

Analogous Colors of #946dcb

#946dcb #c36dcb #6d75cb

Monochromatic Colors of #946dcb

#946dcb

Complementary Color

#946dcb #a4cb6d

#946dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#946dcb Color CSS Codes

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

#946dcb Text Font Color

<p style="color:#946dcb">Text here</p>

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


#946dcb Background Color

<div style="background-color:#946dcb">
Div content here</div>

This div background color is #946dcb


#946dcb Border Color

<div style="border:3px solid #946dcb">
Div here</div>

This div border color is #946dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,109,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #946dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #946dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #946dcb;
  box-shadow:         1px 1px 3px 2px #946dcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946dcb


Comments

No comments written yet.

Please login to write comment.