Color Hex Logo

#9d43b2 Color Hex

#9D43B2
(157,67,178)
0 Favorites   0 Comments

Color spaces of #9d43b2

RGB 15767178
HSL0.800.450.48
HSV289°62°70°
CMYK 0.120.620.00   0.30
XYZ23.947714.396843.6362
Yxy14.39680.29210.1756
Hunter Lab37.943146.2594-41.6258
CIE-Lab44.796753.7450-42.6329

#9d43b2 color RGB value is (157,67,178).

#9d43b2 hex color red value is 157, green value is 67 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #9d43b2 hue: 0.80 , saturation: 0.45 and the lightness value of 9d43b2 is 0.48.

The process color (four color CMYK) of #9d43b2 color hex is 0.12, 0.62, 0.00, 0.30. Web safe color of #9d43b2 is #993399. Color #9d43b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01000011 10110010
Octal 235 103 262
Decimal 157 67 178
Hex 9D 43 B2

RGB Percentages of Color #9d43b2

%39.05
%16.67
%44.28

CMYK Percentages of Color #9d43b2

%12
%62
%0
%30

Triadic Colors of #9d43b2

#9d43b2 #b29d43 #43b29d

Analogous Colors of #9d43b2

#9d43b2 #b24390 #6643b2

Monochromatic Colors of #9d43b2

#9d43b2

Complementary Color

#9d43b2 #58b243

#9d43b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d43b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d43b2 Color CSS Codes

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

#9d43b2 Text Font Color

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

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


#9d43b2 Background Color

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

This div background color is #9d43b2


#9d43b2 Border Color

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

This div border color is #9d43b2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,67,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d43b2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d43b2;
  -webkit-box-shadow: 1px 1px 3px 2px #9d43b2;
  box-shadow:         1px 1px 3px 2px #9d43b2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,67,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d43b2


Comments

No comments written yet.

Please login to write comment.