Color Hex Logo

#952380 Color Hex

#952380
(149,35,128)
0 Favorites   0 Comments

Color spaces of #952380

RGB 14935128
HSL0.860.620.36
HSV311°77°58°
CMYK 0.000.770.14   0.42
XYZ16.89179.150121.2979
Yxy9.15010.35680.1933
Hunter Lab30.249146.7419-20.5707
CIE-Lab36.271755.8044-25.9737

#952380 color RGB value is (149,35,128).

#952380 hex color red value is 149, green value is 35 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #952380 hue: 0.86 , saturation: 0.62 and the lightness value of 952380 is 0.36.

The process color (four color CMYK) of #952380 color hex is 0.00, 0.77, 0.14, 0.42. Web safe color of #952380 is #993399. Color #952380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00100011 10000000
Octal 225 43 200
Decimal 149 35 128
Hex 95 23 80

RGB Percentages of Color #952380

%47.76
%11.22
%41.03

CMYK Percentages of Color #952380

%0
%77
%14
%42

Triadic Colors of #952380

#952380 #809523 #238095

Analogous Colors of #952380

#952380 #952347 #712395

Monochromatic Colors of #952380

#952380

Complementary Color

#952380 #239538

#952380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#952380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#952380 Color CSS Codes

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

#952380 Text Font Color

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

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


#952380 Background Color

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

This div background color is #952380


#952380 Border Color

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

This div border color is #952380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #952380


Comments

No comments written yet.

Please login to write comment.