Color Hex Logo

#952863 Color Hex

#952863
(149,40,99)
0 Favorites   0 Comments

Color spaces of #952863

RGB 1494099
HSL0.910.580.37
HSV328°73°58°
CMYK 0.000.730.34   0.42
XYZ15.40538.808012.6925
Yxy8.80800.41740.2387
Hunter Lab29.678340.7182-4.5817
CIE-Lab35.612050.1481-8.7134

#952863 color RGB value is (149,40,99).

#952863 hex color red value is 149, green value is 40 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #952863 hue: 0.91 , saturation: 0.58 and the lightness value of 952863 is 0.37.

The process color (four color CMYK) of #952863 color hex is 0.00, 0.73, 0.34, 0.42. Web safe color of #952863 is #993366. Color #952863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00101000 01100011
Octal 225 50 143
Decimal 149 40 99
Hex 95 28 63

RGB Percentages of Color #952863

%51.74
%13.89
%34.38

CMYK Percentages of Color #952863

%0
%73
%34
%42

Triadic Colors of #952863

#952863 #639528 #286395

Analogous Colors of #952863

#952863 #95282c #912895

Monochromatic Colors of #952863

#952863

Complementary Color

#952863 #28955a

#952863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#952863 Color CSS Codes

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

#952863 Text Font Color

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

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


#952863 Background Color

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

This div background color is #952863


#952863 Border Color

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

This div border color is #952863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952863


Comments

No comments written yet.

Please login to write comment.