Color Hex Logo

#b345ad Color Hex

#B345AD
(179,69,173)
0 Favorites   0 Comments

Color spaces of #b345ad

RGB 17969173
HSL0.840.440.49
HSV303°61°70°
CMYK 0.000.610.03   0.30
XYZ28.261416.857141.2994
Yxy16.85710.32700.1951
Hunter Lab41.057451.0180-30.8993
CIE-Lab48.079557.5201-34.2924

#b345ad color RGB value is (179,69,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000101 10101101
Octal 263 105 255
Decimal 179 69 173
Hex B3 45 AD

RGB Percentages of Color #b345ad

%42.52
%16.39
%41.09

CMYK Percentages of Color #b345ad

%0
%61
%3
%30

Triadic Colors of #b345ad

#b345ad #adb345 #45adb3

Analogous Colors of #b345ad

#b345ad #b34576 #8245b3

Monochromatic Colors of #b345ad

#b345ad

Complementary Color

#b345ad #45b34b

#b345ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b345ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b345ad Color CSS Codes

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

#b345ad Text Font Color

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

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


#b345ad Background Color

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

This div background color is #b345ad


#b345ad Border Color

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

This div border color is #b345ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b345ad


Comments

No comments written yet.

Please login to write comment.