Color Hex Logo

#951965 Color Hex

#951965
(149,25,101)
0 Favorites   0 Comments

Color spaces of #951965

RGB 14925101
HSL0.900.710.34
HSV323°83°58°
CMYK 0.000.830.32   0.42
XYZ15.09108.024413.0654
Yxy8.02440.41710.2218
Hunter Lab28.327445.5204-7.5171
CIE-Lab34.033655.0844-12.3822

#951965 color RGB value is (149,25,101).

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

The process color (four color CMYK) of #951965 color hex is 0.00, 0.83, 0.32, 0.42. Web safe color of #951965 is #990066. Color #951965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011001 01100101
Octal 225 31 145
Decimal 149 25 101
Hex 95 19 65

RGB Percentages of Color #951965

%54.18
%9.09
%36.73

CMYK Percentages of Color #951965

%0
%83
%32
%42

Triadic Colors of #951965

#951965 #659519 #196595

Analogous Colors of #951965

#951965 #951927 #871995

Monochromatic Colors of #951965

#951965

Complementary Color

#951965 #199549

#951965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951965 Color CSS Codes

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

#951965 Text Font Color

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

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


#951965 Background Color

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

This div background color is #951965


#951965 Border Color

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

This div border color is #951965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951965


Comments

No comments written yet.

Please login to write comment.