Color Hex Logo

#95085c Color Hex

#95085C
(149,8,92)
0 Favorites   0 Comments

Color spaces of #95085c

RGB 149892
HSL0.900.900.31
HSV324°95°58°
CMYK 0.000.950.38   0.42
XYZ14.41307.335910.7815
Yxy7.33590.44310.2255
Hunter Lab27.084947.5889-4.6418
CIE-Lab32.559757.3208-8.8037

#95085c color RGB value is (149,8,92).

#95085c hex color red value is 149, green value is 8 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #95085c hue: 0.90 , saturation: 0.90 and the lightness value of 95085c is 0.31.

The process color (four color CMYK) of #95085c color hex is 0.00, 0.95, 0.38, 0.42. Web safe color of #95085c is #990066. Color #95085c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00001000 01011100
Octal 225 10 134
Decimal 149 8 92
Hex 95 8 5C

RGB Percentages of Color #95085c

%59.84
%3.21
%36.95

CMYK Percentages of Color #95085c

%0
%95
%38
%42

Triadic Colors of #95085c

#95085c #5c9508 #085c95

Analogous Colors of #95085c

#95085c #950815 #880895

Monochromatic Colors of #95085c

#95085c

Complementary Color

#95085c #089541

#95085c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95085c Color Preview on White Background

Lorem ipsum dolor sit amet.

#95085c Color CSS Codes

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

#95085c Text Font Color

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

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


#95085c Background Color

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

This div background color is #95085c


#95085c Border Color

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

This div border color is #95085c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95085c


Comments

No comments written yet.

Please login to write comment.