Color Hex Logo

#b342ad Color Hex

#B342AD
(179,66,173)
0 Favorites   0 Comments

Color spaces of #b342ad

RGB 17966173
HSL0.840.460.48
HSV303°63°70°
CMYK 0.000.630.03   0.30
XYZ28.081416.497341.2394
Yxy16.49730.32720.1922
Hunter Lab40.616952.3305-31.7669
CIE-Lab47.620358.7894-35.0139

#b342ad color RGB value is (179,66,173).

#b342ad hex color red value is 179, green value is 66 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b342ad hue: 0.84 , saturation: 0.46 and the lightness value of b342ad is 0.48.

The process color (four color CMYK) of #b342ad color hex is 0.00, 0.63, 0.03, 0.30. Web safe color of #b342ad is #cc3399. Color #b342ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 10101101
Octal 263 102 255
Decimal 179 66 173
Hex B3 42 AD

RGB Percentages of Color #b342ad

%42.82
%15.79
%41.39

CMYK Percentages of Color #b342ad

%0
%63
%3
%30

Triadic Colors of #b342ad

#b342ad #adb342 #42adb3

Analogous Colors of #b342ad

#b342ad #b34275 #8142b3

Monochromatic Colors of #b342ad

#b342ad

Complementary Color

#b342ad #42b348

#b342ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b342ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b342ad Color CSS Codes

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

#b342ad Text Font Color

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

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


#b342ad Background Color

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

This div background color is #b342ad


#b342ad Border Color

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

This div border color is #b342ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,66,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b342ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b342ad;
  -webkit-box-shadow: 1px 1px 3px 2px #b342ad;
  box-shadow:         1px 1px 3px 2px #b342ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,66,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b342ad


Comments

No comments written yet.

Please login to write comment.