Color Hex Logo

#947ec1 Color Hex

#947EC1
(148,126,193)
0 Favorites   0 Comments

Color spaces of #947ec1

RGB 148126193
HSL0.720.350.63
HSV260°35°76°
CMYK 0.230.350.00   0.24
XYZ29.299225.067953.7464
Yxy25.06790.27100.2319
Hunter Lab50.067916.8376-28.5986
CIE-Lab57.141522.4955-31.9556

#947ec1 color RGB value is (148,126,193).

#947ec1 hex color red value is 148, green value is 126 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #947ec1 hue: 0.72 , saturation: 0.35 and the lightness value of 947ec1 is 0.63.

The process color (four color CMYK) of #947ec1 color hex is 0.23, 0.35, 0.00, 0.24. Web safe color of #947ec1 is #9966cc. Color #947ec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111110 11000001
Octal 224 176 301
Decimal 148 126 193
Hex 94 7E C1

RGB Percentages of Color #947ec1

%31.69
%26.98
%41.33

CMYK Percentages of Color #947ec1

%23
%35
%0
%24

Triadic Colors of #947ec1

#947ec1 #c1947e #7ec194

Analogous Colors of #947ec1

#947ec1 #b67ec1 #7e8ac1

Monochromatic Colors of #947ec1

#947ec1

Complementary Color

#947ec1 #abc17e

#947ec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947ec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947ec1 Color CSS Codes

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

#947ec1 Text Font Color

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

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


#947ec1 Background Color

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

This div background color is #947ec1


#947ec1 Border Color

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

This div border color is #947ec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947ec1


Comments

No comments written yet.

Please login to write comment.