Color Hex Logo

#b349af Color Hex

#B349AF
(179,73,175)
0 Favorites   0 Comments

Color spaces of #b349af

RGB 17973175
HSL0.840.420.49
HSV302°59°70°
CMYK 0.000.590.02   0.30
XYZ28.710817.443942.4112
Yxy17.44390.32420.1970
Hunter Lab41.765949.6145-30.9699
CIE-Lab48.814656.1113-34.3126

#b349af color RGB value is (179,73,175).

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

The process color (four color CMYK) of #b349af color hex is 0.00, 0.59, 0.02, 0.30. Web safe color of #b349af is #cc3399. Color #b349af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001001 10101111
Octal 263 111 257
Decimal 179 73 175
Hex B3 49 AF

RGB Percentages of Color #b349af

%41.92
%17.10
%40.98

CMYK Percentages of Color #b349af

%0
%59
%2
%30

Triadic Colors of #b349af

#b349af #afb349 #49afb3

Analogous Colors of #b349af

#b349af #b3497a #8249b3

Monochromatic Colors of #b349af

#b349af

Complementary Color

#b349af #49b34d

#b349af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b349af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b349af Color CSS Codes

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

#b349af Text Font Color

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

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


#b349af Background Color

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

This div background color is #b349af


#b349af Border Color

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

This div border color is #b349af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b349af


Comments

No comments written yet.

Please login to write comment.