Color Hex Logo

#95066c Color Hex

#95066C
(149,6,108)
0 Favorites   0 Comments

Color spaces of #95066c

RGB 1496108
HSL0.880.920.30
HSV317°96°58°
CMYK 0.000.960.28   0.42
XYZ15.16637.602514.8554
Yxy7.60250.40310.2021
Hunter Lab27.572649.9317-12.6430
CIE-Lab33.140959.3819-18.2349

#95066c color RGB value is (149,6,108).

#95066c hex color red value is 149, green value is 6 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #95066c hue: 0.88 , saturation: 0.92 and the lightness value of 95066c is 0.30.

The process color (four color CMYK) of #95066c color hex is 0.00, 0.96, 0.28, 0.42. Web safe color of #95066c is #990066. Color #95066c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00000110 01101100
Octal 225 6 154
Decimal 149 6 108
Hex 95 6 6C

RGB Percentages of Color #95066c

%56.65
%2.28
%41.06

CMYK Percentages of Color #95066c

%0
%96
%28
%42

Triadic Colors of #95066c

#95066c #6c9506 #066c95

Analogous Colors of #95066c

#95066c #950624 #770695

Monochromatic Colors of #95066c

#95066c

Complementary Color

#95066c #06952f

#95066c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95066c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95066c Color CSS Codes

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

#95066c Text Font Color

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

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


#95066c Background Color

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

This div background color is #95066c


#95066c Border Color

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

This div border color is #95066c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,6,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95066c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95066c;
  -webkit-box-shadow: 1px 1px 3px 2px #95066c;
  box-shadow:         1px 1px 3px 2px #95066c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95066c


Comments

No comments written yet.

Please login to write comment.