Color Hex Logo

#951c65 Color Hex

#951C65
(149,28,101)
0 Favorites   0 Comments

Color spaces of #951c65

RGB 14928101
HSL0.900.680.35
HSV324°81°58°
CMYK 0.000.810.32   0.42
XYZ15.15868.159713.0879
Yxy8.15970.41640.2241
Hunter Lab28.565244.7350-7.1697
CIE-Lab34.313354.2828-11.9566

#951c65 color RGB value is (149,28,101).

#951c65 hex color red value is 149, green value is 28 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #951c65 hue: 0.90 , saturation: 0.68 and the lightness value of 951c65 is 0.35.

The process color (four color CMYK) of #951c65 color hex is 0.00, 0.81, 0.32, 0.42. Web safe color of #951c65 is #993366. Color #951c65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00011100 01100101
Octal 225 34 145
Decimal 149 28 101
Hex 95 1C 65

RGB Percentages of Color #951c65

%53.60
%10.07
%36.33

CMYK Percentages of Color #951c65

%0
%81
%32
%42

Triadic Colors of #951c65

#951c65 #65951c #1c6595

Analogous Colors of #951c65

#951c65 #951c29 #891c95

Monochromatic Colors of #951c65

#951c65

Complementary Color

#951c65 #1c954c

#951c65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#951c65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#951c65 Color CSS Codes

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

#951c65 Text Font Color

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

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


#951c65 Background Color

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

This div background color is #951c65


#951c65 Border Color

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

This div border color is #951c65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #951c65


Comments

No comments written yet.

Please login to write comment.