Color Hex Logo

#947edc Color Hex

#947EDC
(148,126,220)
0 Favorites   0 Comments

Color spaces of #947edc

RGB 148126220
HSL0.710.570.68
HSV254°43°86°
CMYK 0.330.430.00   0.14
XYZ32.591926.384971.0852
Yxy26.38490.25060.2029
Hunter Lab51.366223.3674-46.0945
CIE-Lab58.400629.2747-45.2245

#947edc color RGB value is (148,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111110 11011100
Octal 224 176 334
Decimal 148 126 220
Hex 94 7E DC

RGB Percentages of Color #947edc

%29.96
%25.51
%44.53

CMYK Percentages of Color #947edc

%33
%43
%0
%14

Triadic Colors of #947edc

#947edc #dc947e #7edc94

Analogous Colors of #947edc

#947edc #c37edc #7e97dc

Monochromatic Colors of #947edc

#947edc

Complementary Color

#947edc #c6dc7e

#947edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#947edc Color CSS Codes

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

#947edc Text Font Color

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

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


#947edc Background Color

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

This div background color is #947edc


#947edc Border Color

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

This div border color is #947edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947edc


Comments

No comments written yet.

Please login to write comment.