Color Hex Logo

#947fed Color Hex

#947FED
(148,127,237)
0 Favorites   0 Comments

Color spaces of #947fed

RGB 148127237
HSL0.700.750.71
HSV251°46°93°
CMYK 0.380.460.00   0.07
XYZ35.088227.589183.5966
Yxy27.58910.23990.1886
Hunter Lab52.525327.3230-57.5952
CIE-Lab59.515733.1844-52.9362

#947fed color RGB value is (148,127,237).

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

The process color (four color CMYK) of #947fed color hex is 0.38, 0.46, 0.00, 0.07. Web safe color of #947fed is #9966ff. Color #947fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111111 11101101
Octal 224 177 355
Decimal 148 127 237
Hex 94 7F ED

RGB Percentages of Color #947fed

%28.91
%24.80
%46.29

CMYK Percentages of Color #947fed

%38
%46
%0
%7

Triadic Colors of #947fed

#947fed #ed947f #7fed94

Analogous Colors of #947fed

#947fed #cb7fed #7fa1ed

Monochromatic Colors of #947fed

#947fed

Complementary Color

#947fed #d8ed7f

#947fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#947fed Color CSS Codes

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

#947fed Text Font Color

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

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


#947fed Background Color

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

This div background color is #947fed


#947fed Border Color

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

This div border color is #947fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947fed


Comments

No comments written yet.

Please login to write comment.