Color Hex Logo

#954dbf Color Hex

#954DBF
(149,77,191)
0 Favorites   0 Comments

Color spaces of #954dbf

RGB 14977191
HSL0.770.470.53
HSV278°60°75°
CMYK 0.220.600.00   0.25
XYZ24.452315.458950.9853
Yxy15.45890.26900.1701
Hunter Lab39.317842.2055-49.3617
CIE-Lab46.256449.6558-47.9685

#954dbf color RGB value is (149,77,191).

#954dbf hex color red value is 149, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #954dbf hue: 0.77 , saturation: 0.47 and the lightness value of 954dbf is 0.53.

The process color (four color CMYK) of #954dbf color hex is 0.22, 0.60, 0.00, 0.25. Web safe color of #954dbf is #9966cc. Color #954dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01001101 10111111
Octal 225 115 277
Decimal 149 77 191
Hex 95 4D BF

RGB Percentages of Color #954dbf

%35.73
%18.47
%45.80

CMYK Percentages of Color #954dbf

%22
%60
%0
%25

Triadic Colors of #954dbf

#954dbf #bf954d #4dbf95

Analogous Colors of #954dbf

#954dbf #bf4db0 #5c4dbf

Monochromatic Colors of #954dbf

#954dbf

Complementary Color

#954dbf #77bf4d

#954dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#954dbf Color CSS Codes

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

#954dbf Text Font Color

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

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


#954dbf Background Color

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

This div background color is #954dbf


#954dbf Border Color

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

This div border color is #954dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954dbf


Comments

No comments written yet.

Please login to write comment.