Color Hex Logo

#946dcc Color Hex

#946DCC
(148,109,204)
0 Favorites   0 Comments

Color spaces of #946dcc

RGB 148109204
HSL0.740.480.61
HSV265°47°80°
CMYK 0.270.470.00   0.20
XYZ28.580521.592859.7882
Yxy21.59280.25990.1964
Hunter Lab46.468128.4686-43.7579
CIE-Lab53.592335.0094-43.7887

#946dcc color RGB value is (148,109,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101101 11001100
Octal 224 155 314
Decimal 148 109 204
Hex 94 6D CC

RGB Percentages of Color #946dcc

%32.10
%23.64
%44.25

CMYK Percentages of Color #946dcc

%27
%47
%0
%20

Triadic Colors of #946dcc

#946dcc #cc946d #6dcc94

Analogous Colors of #946dcc

#946dcc #c46dcc #6d76cc

Monochromatic Colors of #946dcc

#946dcc

Complementary Color

#946dcc #a5cc6d

#946dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#946dcc Color CSS Codes

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

#946dcc Text Font Color

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

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


#946dcc Background Color

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

This div background color is #946dcc


#946dcc Border Color

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

This div border color is #946dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946dcc


Comments

No comments written yet.

Please login to write comment.