Color Hex Logo

#b341ad Color Hex

#B341AD
(179,65,173)
0 Favorites   0 Comments

Color spaces of #b341ad

RGB 17965173
HSL0.840.470.48
HSV303°64°70°
CMYK 0.000.640.03   0.30
XYZ28.023516.381441.2201
Yxy16.38140.32730.1913
Hunter Lab40.473952.7611-32.0513
CIE-Lab47.470959.2040-35.2488

#b341ad color RGB value is (179,65,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000001 10101101
Octal 263 101 255
Decimal 179 65 173
Hex B3 41 AD

RGB Percentages of Color #b341ad

%42.93
%15.59
%41.49

CMYK Percentages of Color #b341ad

%0
%64
%3
%30

Triadic Colors of #b341ad

#b341ad #adb341 #41adb3

Analogous Colors of #b341ad

#b341ad #b34174 #8041b3

Monochromatic Colors of #b341ad

#b341ad

Complementary Color

#b341ad #41b347

#b341ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b341ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b341ad Color CSS Codes

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

#b341ad Text Font Color

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

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


#b341ad Background Color

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

This div background color is #b341ad


#b341ad Border Color

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

This div border color is #b341ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,65,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 #b341ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b341ad


Comments

No comments written yet.

Please login to write comment.