Color Hex Logo

#946adc Color Hex

#946ADC
(148,106,220)
0 Favorites   0 Comments

Color spaces of #946adc

RGB 148106220
HSL0.730.620.64
HSV262°52°86°
CMYK 0.330.520.00   0.14
XYZ30.285021.771370.3162
Yxy21.77130.24750.1779
Hunter Lab46.659734.2028-56.6882
CIE-Lab53.783540.7161-52.5571

#946adc color RGB value is (148,106,220).

#946adc hex color red value is 148, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #946adc hue: 0.73 , saturation: 0.62 and the lightness value of 946adc is 0.64.

The process color (four color CMYK) of #946adc color hex is 0.33, 0.52, 0.00, 0.14. Web safe color of #946adc is #9966cc. Color #946adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101010 11011100
Octal 224 152 334
Decimal 148 106 220
Hex 94 6A DC

RGB Percentages of Color #946adc

%31.22
%22.36
%46.41

CMYK Percentages of Color #946adc

%33
%52
%0
%14

Triadic Colors of #946adc

#946adc #dc946a #6adc94

Analogous Colors of #946adc

#946adc #cd6adc #6a79dc

Monochromatic Colors of #946adc

#946adc

Complementary Color

#946adc #b2dc6a

#946adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#946adc Color CSS Codes

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

#946adc Text Font Color

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

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


#946adc Background Color

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

This div background color is #946adc


#946adc Border Color

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

This div border color is #946adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946adc


Comments

No comments written yet.

Please login to write comment.