Color Hex Logo

#954caf Color Hex

#954CAF
(149,76,175)
0 Favorites   0 Comments

Color spaces of #954caf

RGB 14976175
HSL0.790.390.49
HSV284°57°69°
CMYK 0.150.570.00   0.31
XYZ22.716714.653642.1886
Yxy14.65360.28550.1842
Hunter Lab38.280038.9381-38.5478
CIE-Lab45.156146.6895-40.3644

#954caf color RGB value is (149,76,175).

#954caf hex color red value is 149, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #954caf hue: 0.79 , saturation: 0.39 and the lightness value of 954caf is 0.49.

The process color (four color CMYK) of #954caf color hex is 0.15, 0.57, 0.00, 0.31. Web safe color of #954caf is #993399. Color #954caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001100 10101111
Octal 225 114 257
Decimal 149 76 175
Hex 95 4C AF

RGB Percentages of Color #954caf

%37.25
%19.00
%43.75

CMYK Percentages of Color #954caf

%15
%57
%0
%31

Triadic Colors of #954caf

#954caf #af954c #4caf95

Analogous Colors of #954caf

#954caf #af4c98 #644caf

Monochromatic Colors of #954caf

#954caf

Complementary Color

#954caf #66af4c

#954caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#954caf Color CSS Codes

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

#954caf Text Font Color

<p style="color:#954caf">Text here</p>

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


#954caf Background Color

<div style="background-color:#954caf">
Div content here</div>

This div background color is #954caf


#954caf Border Color

<div style="border:3px solid #954caf">
Div here</div>

This div border color is #954caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,76,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #954caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #954caf;
  -webkit-box-shadow: 1px 1px 3px 2px #954caf;
  box-shadow:         1px 1px 3px 2px #954caf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,76,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954caf


Comments

No comments written yet.

Please login to write comment.