Color Hex Logo

#946dbc Color Hex

#946DBC
(148,109,188)
0 Favorites   0 Comments

Color spaces of #946dbc

RGB 148109188
HSL0.750.370.58
HSV270°42°74°
CMYK 0.210.420.00   0.26
XYZ26.758520.864050.1938
Yxy20.86400.27360.2133
Hunter Lab45.677124.6336-33.1788
CIE-Lab52.800331.1479-35.8781

#946dbc color RGB value is (148,109,188).

#946dbc hex color red value is 148, green value is 109 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #946dbc hue: 0.75 , saturation: 0.37 and the lightness value of 946dbc is 0.58.

The process color (four color CMYK) of #946dbc color hex is 0.21, 0.42, 0.00, 0.26. Web safe color of #946dbc is #9966cc. Color #946dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101101 10111100
Octal 224 155 274
Decimal 148 109 188
Hex 94 6D BC

RGB Percentages of Color #946dbc

%33.26
%24.49
%42.25

CMYK Percentages of Color #946dbc

%21
%42
%0
%26

Triadic Colors of #946dbc

#946dbc #bc946d #6dbc94

Analogous Colors of #946dbc

#946dbc #bc6dbc #6d6ebc

Monochromatic Colors of #946dbc

#946dbc

Complementary Color

#946dbc #95bc6d

#946dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#946dbc Color CSS Codes

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

#946dbc Text Font Color

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

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


#946dbc Background Color

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

This div background color is #946dbc


#946dbc Border Color

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

This div border color is #946dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946dbc


Comments

No comments written yet.

Please login to write comment.