Color Hex Logo

#947fdc Color Hex

#947FDC
(148,127,220)
0 Favorites   0 Comments

Color spaces of #947fdc

RGB 148127220
HSL0.700.570.68
HSV254°42°86°
CMYK 0.330.420.00   0.14
XYZ32.720426.642071.1280
Yxy26.64200.25070.2042
Hunter Lab51.615922.8271-45.5720
CIE-Lab58.641528.6958-44.8440

#947fdc color RGB value is (148,127,220).

#947fdc hex color red value is 148, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #947fdc hue: 0.70 , saturation: 0.57 and the lightness value of 947fdc is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111111 11011100
Octal 224 177 334
Decimal 148 127 220
Hex 94 7F DC

RGB Percentages of Color #947fdc

%29.90
%25.66
%44.44

CMYK Percentages of Color #947fdc

%33
%42
%0
%14

Triadic Colors of #947fdc

#947fdc #dc947f #7fdc94

Analogous Colors of #947fdc

#947fdc #c37fdc #7f99dc

Monochromatic Colors of #947fdc

#947fdc

Complementary Color

#947fdc #c7dc7f

#947fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#947fdc Color CSS Codes

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

#947fdc Text Font Color

<p style="color:#947fdc">Text here</p>

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


#947fdc Background Color

<div style="background-color:#947fdc">
Div content here</div>

This div background color is #947fdc


#947fdc Border Color

<div style="border:3px solid #947fdc">
Div here</div>

This div border color is #947fdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,127,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 #947fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947fdc


Comments

No comments written yet.

Please login to write comment.