Color Hex Logo

#955abe Color Hex

#955ABE
(149,90,190)
0 Favorites   0 Comments

Color spaces of #955abe

RGB 14990190
HSL0.770.430.55
HSV275°53°75°
CMYK 0.220.530.00   0.25
XYZ25.344917.419650.7417
Yxy17.41960.27110.1863
Hunter Lab41.736835.3557-42.8663
CIE-Lab48.784442.5824-43.3622

#955abe color RGB value is (149,90,190).

#955abe hex color red value is 149, green value is 90 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #955abe hue: 0.77 , saturation: 0.43 and the lightness value of 955abe is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01011010 10111110
Octal 225 132 276
Decimal 149 90 190
Hex 95 5A BE

RGB Percentages of Color #955abe

%34.73
%20.98
%44.29

CMYK Percentages of Color #955abe

%22
%53
%0
%25

Triadic Colors of #955abe

#955abe #be955a #5abe95

Analogous Colors of #955abe

#955abe #be5ab5 #635abe

Monochromatic Colors of #955abe

#955abe

Complementary Color

#955abe #83be5a

#955abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#955abe Color CSS Codes

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

#955abe Text Font Color

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

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


#955abe Background Color

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

This div background color is #955abe


#955abe Border Color

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

This div border color is #955abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955abe


Comments

No comments written yet.

Please login to write comment.