Color Hex Logo

#946bee Color Hex

#946BEE
(148,107,238)
0 Favorites   0 Comments

Color spaces of #946bee

RGB 148107238
HSL0.720.790.68
HSV259°55°93°
CMYK 0.380.550.00   0.07
XYZ32.903122.984383.5912
Yxy22.98430.23590.1648
Hunter Lab47.941938.6082-69.8182
CIE-Lab55.056244.8008-60.6211

#946bee color RGB value is (148,107,238).

#946bee hex color red value is 148, green value is 107 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #946bee hue: 0.72 , saturation: 0.79 and the lightness value of 946bee is 0.68.

The process color (four color CMYK) of #946bee color hex is 0.38, 0.55, 0.00, 0.07. Web safe color of #946bee is #9966ff. Color #946bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101011 11101110
Octal 224 153 356
Decimal 148 107 238
Hex 94 6B EE

RGB Percentages of Color #946bee

%30.02
%21.70
%48.28

CMYK Percentages of Color #946bee

%38
%55
%0
%7

Triadic Colors of #946bee

#946bee #ee946b #6bee94

Analogous Colors of #946bee

#946bee #d66bee #6b84ee

Monochromatic Colors of #946bee

#946bee

Complementary Color

#946bee #c5ee6b

#946bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#946bee Color CSS Codes

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

#946bee Text Font Color

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

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


#946bee Background Color

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

This div background color is #946bee


#946bee Border Color

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

This div border color is #946bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946bee


Comments

No comments written yet.

Please login to write comment.