Color Hex Logo

#b345ab Color Hex

#B345AB
(179,69,171)
0 Favorites   0 Comments

Color spaces of #b345ab

RGB 17969171
HSL0.850.440.49
HSV304°61°70°
CMYK 0.000.610.04   0.30
XYZ28.069216.780240.2876
Yxy16.78020.32970.1971
Hunter Lab40.963650.6258-29.6370
CIE-Lab47.981957.1825-33.2685

#b345ab color RGB value is (179,69,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000101 10101011
Octal 263 105 253
Decimal 179 69 171
Hex B3 45 AB

RGB Percentages of Color #b345ab

%42.72
%16.47
%40.81

CMYK Percentages of Color #b345ab

%0
%61
%4
%30

Triadic Colors of #b345ab

#b345ab #abb345 #45abb3

Analogous Colors of #b345ab

#b345ab #b34574 #8445b3

Monochromatic Colors of #b345ab

#b345ab

Complementary Color

#b345ab #45b34d

#b345ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b345ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b345ab Color CSS Codes

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

#b345ab Text Font Color

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

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


#b345ab Background Color

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

This div background color is #b345ab


#b345ab Border Color

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

This div border color is #b345ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b345ab


Comments

No comments written yet.

Please login to write comment.