Color Hex Logo

#94729f Color Hex

#94729F
(148,114,159)
0 Favorites   0 Comments

Color spaces of #94729f

RGB 148114159
HSL0.790.190.54
HSV285°28°62°
CMYK 0.070.280.00   0.38
XYZ24.488120.833735.5315
Yxy20.83370.30290.2577
Hunter Lab45.643915.8888-14.2035
CIE-Lab52.767021.7480-19.1300

#94729f color RGB value is (148,114,159).

#94729f hex color red value is 148, green value is 114 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #94729f hue: 0.79 , saturation: 0.19 and the lightness value of 94729f is 0.54.

The process color (four color CMYK) of #94729f color hex is 0.07, 0.28, 0.00, 0.38. Web safe color of #94729f is #996699. Color #94729f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110010 10011111
Octal 224 162 237
Decimal 148 114 159
Hex 94 72 9F

RGB Percentages of Color #94729f

%35.15
%27.08
%37.77

CMYK Percentages of Color #94729f

%7
%28
%0
%38

Triadic Colors of #94729f

#94729f #9f9472 #729f94

Analogous Colors of #94729f

#94729f #9f7294 #7e729f

Monochromatic Colors of #94729f

#94729f

Complementary Color

#94729f #7d9f72

#94729f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94729f Color Preview on White Background

Lorem ipsum dolor sit amet.

#94729f Color CSS Codes

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

#94729f Text Font Color

<p style="color:#94729f">Text here</p>

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


#94729f Background Color

<div style="background-color:#94729f">
Div content here</div>

This div background color is #94729f


#94729f Border Color

<div style="border:3px solid #94729f">
Div here</div>

This div border color is #94729f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,114,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94729f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94729f;
  -webkit-box-shadow: 1px 1px 3px 2px #94729f;
  box-shadow:         1px 1px 3px 2px #94729f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94729f


Comments

No comments written yet.

Please login to write comment.