Color Hex Logo

#951987 Color Hex

#951987
(149,25,135)
0 Favorites   0 Comments

Color spaces of #951987

RGB 14925135
HSL0.850.710.34
HSV307°83°58°
CMYK 0.000.830.09   0.42
XYZ17.11528.834123.7247
Yxy8.83410.34460.1778
Hunter Lab29.722250.7733-26.5206
CIE-Lab35.662959.6630-31.2753

#951987 color RGB value is (149,25,135).

#951987 hex color red value is 149, green value is 25 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #951987 hue: 0.85 , saturation: 0.71 and the lightness value of 951987 is 0.34.

The process color (four color CMYK) of #951987 color hex is 0.00, 0.83, 0.09, 0.42. Web safe color of #951987 is #990099. Color #951987 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011001 10000111
Octal 225 31 207
Decimal 149 25 135
Hex 95 19 87

RGB Percentages of Color #951987

%48.22
%8.09
%43.69

CMYK Percentages of Color #951987

%0
%83
%9
%42

Triadic Colors of #951987

#951987 #879519 #198795

Analogous Colors of #951987

#951987 #951949 #651995

Monochromatic Colors of #951987

#951987

Complementary Color

#951987 #199527

#951987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951987 Color CSS Codes

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

#951987 Text Font Color

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

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


#951987 Background Color

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

This div background color is #951987


#951987 Border Color

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

This div border color is #951987


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,25,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #951987; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #951987;
  -webkit-box-shadow: 1px 1px 3px 2px #951987;
  box-shadow:         1px 1px 3px 2px #951987; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951987


Comments

No comments written yet.

Please login to write comment.