Color Hex Logo

#947efc Color Hex

#947EFC
(148,126,252)
0 Favorites   0 Comments

Color spaces of #947efc

RGB 148126252
HSL0.700.950.74
HSV250°50°99°
CMYK 0.410.500.00   0.01
XYZ37.244328.245995.5845
Yxy28.24590.23120.1754
Hunter Lab53.146932.0823-69.4301
CIE-Lab60.110237.8229-60.2771

#947efc color RGB value is (148,126,252).

#947efc hex color red value is 148, green value is 126 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #947efc hue: 0.70 , saturation: 0.95 and the lightness value of 947efc is 0.74.

The process color (four color CMYK) of #947efc color hex is 0.41, 0.50, 0.00, 0.01. Web safe color of #947efc is #9966ff. Color #947efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111110 11111100
Octal 224 176 374
Decimal 148 126 252
Hex 94 7E FC

RGB Percentages of Color #947efc

%28.14
%23.95
%47.91

CMYK Percentages of Color #947efc

%41
%50
%0
%1

Triadic Colors of #947efc

#947efc #fc947e #7efc94

Analogous Colors of #947efc

#947efc #d37efc #7ea7fc

Monochromatic Colors of #947efc

#947efc

Complementary Color

#947efc #e6fc7e

#947efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#947efc Color CSS Codes

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

#947efc Text Font Color

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

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


#947efc Background Color

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

This div background color is #947efc


#947efc Border Color

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

This div border color is #947efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947efc


Comments

No comments written yet.

Please login to write comment.