Color Hex Logo

#947deb Color Hex

#947DEB
(148,125,235)
0 Favorites   0 Comments

Color spaces of #947deb

RGB 148125235
HSL0.700.730.71
HSV253°47°92°
CMYK 0.370.470.00   0.08
XYZ34.541826.961381.9808
Yxy26.96130.24070.1879
Hunter Lab51.924327.8768-57.2632
CIE-Lab58.938533.8008-52.7437

#947deb color RGB value is (148,125,235).

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

The process color (four color CMYK) of #947deb color hex is 0.37, 0.47, 0.00, 0.08. Web safe color of #947deb is #9966ff. Color #947deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111101 11101011
Octal 224 175 353
Decimal 148 125 235
Hex 94 7D EB

RGB Percentages of Color #947deb

%29.13
%24.61
%46.26

CMYK Percentages of Color #947deb

%37
%47
%0
%8

Triadic Colors of #947deb

#947deb #eb947d #7deb94

Analogous Colors of #947deb

#947deb #cb7deb #7d9deb

Monochromatic Colors of #947deb

#947deb

Complementary Color

#947deb #d4eb7d

#947deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#947deb Color CSS Codes

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

#947deb Text Font Color

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

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


#947deb Background Color

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

This div background color is #947deb


#947deb Border Color

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

This div border color is #947deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947deb


Comments

No comments written yet.

Please login to write comment.