Color Hex Logo

#b279ad Color Hex

#B279AD
(178,121,173)
0 Favorites   0 Comments

Color spaces of #b279ad

RGB 178121173
HSL0.850.270.59
HSV305°32°70°
CMYK 0.000.320.03   0.30
XYZ32.740326.156942.8583
Yxy26.15690.32180.2571
Hunter Lab51.143824.7671-13.8841
CIE-Lab58.185730.7315-18.6670

#b279ad color RGB value is (178,121,173).

#b279ad hex color red value is 178, green value is 121 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b279ad hue: 0.85 , saturation: 0.27 and the lightness value of b279ad is 0.59.

The process color (four color CMYK) of #b279ad color hex is 0.00, 0.32, 0.03, 0.30. Web safe color of #b279ad is #996699. Color #b279ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111001 10101101
Octal 262 171 255
Decimal 178 121 173
Hex B2 79 AD

RGB Percentages of Color #b279ad

%37.71
%25.64
%36.65

CMYK Percentages of Color #b279ad

%0
%32
%3
%30

Triadic Colors of #b279ad

#b279ad #adb279 #79adb2

Analogous Colors of #b279ad

#b279ad #b27991 #9b79b2

Monochromatic Colors of #b279ad

#b279ad

Complementary Color

#b279ad #79b27e

#b279ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b279ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b279ad Color CSS Codes

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

#b279ad Text Font Color

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

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


#b279ad Background Color

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

This div background color is #b279ad


#b279ad Border Color

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

This div border color is #b279ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b279ad


Comments

No comments written yet.

Please login to write comment.