Color Hex Logo

#955ebf Color Hex

#955EBF
(149,94,191)
0 Favorites   0 Comments

Color spaces of #955ebf

RGB 14994191
HSL0.760.430.56
HSV274°51°75°
CMYK 0.220.510.00   0.25
XYZ25.801118.156651.4349
Yxy18.15660.27050.1903
Hunter Lab42.610633.5150-41.7411
CIE-Lab49.685540.6180-42.5115

#955ebf color RGB value is (149,94,191).

#955ebf hex color red value is 149, green value is 94 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #955ebf hue: 0.76 , saturation: 0.43 and the lightness value of 955ebf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011110 10111111
Octal 225 136 277
Decimal 149 94 191
Hex 95 5E BF

RGB Percentages of Color #955ebf

%34.33
%21.66
%44.01

CMYK Percentages of Color #955ebf

%22
%51
%0
%25

Triadic Colors of #955ebf

#955ebf #bf955e #5ebf95

Analogous Colors of #955ebf

#955ebf #bf5eb9 #655ebf

Monochromatic Colors of #955ebf

#955ebf

Complementary Color

#955ebf #88bf5e

#955ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#955ebf Color CSS Codes

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

#955ebf Text Font Color

<p style="color:#955ebf">Text here</p>

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


#955ebf Background Color

<div style="background-color:#955ebf">
Div content here</div>

This div background color is #955ebf


#955ebf Border Color

<div style="border:3px solid #955ebf">
Div here</div>

This div border color is #955ebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,94,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 #955ebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955ebf


Comments

No comments written yet.

Please login to write comment.