Color Hex Logo

#946dcf Color Hex

#946DCF
(148,109,207)
0 Favorites   0 Comments

Color spaces of #946dcf

RGB 148109207
HSL0.730.510.62
HSV264°47°81°
CMYK 0.290.470.00   0.19
XYZ28.943921.738261.7019
Yxy21.73820.25750.1934
Hunter Lab46.624229.2187-45.8266
CIE-Lab53.748135.7514-45.2490

#946dcf color RGB value is (148,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101101 11001111
Octal 224 155 317
Decimal 148 109 207
Hex 94 6D CF

RGB Percentages of Color #946dcf

%31.90
%23.49
%44.61

CMYK Percentages of Color #946dcf

%29
%47
%0
%19

Triadic Colors of #946dcf

#946dcf #cf946d #6dcf94

Analogous Colors of #946dcf

#946dcf #c56dcf #6d77cf

Monochromatic Colors of #946dcf

#946dcf

Complementary Color

#946dcf #a8cf6d

#946dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#946dcf Color CSS Codes

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

#946dcf Text Font Color

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

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


#946dcf Background Color

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

This div background color is #946dcf


#946dcf Border Color

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

This div border color is #946dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946dcf


Comments

No comments written yet.

Please login to write comment.