Color Hex Logo

#b286ad Color Hex

#B286AD
(178,134,173)
0 Favorites   0 Comments

Color spaces of #b286ad

RGB 178134173
HSL0.850.220.61
HSV307°25°70°
CMYK 0.000.250.03   0.30
XYZ34.428029.532343.4209
Yxy29.53230.32060.2750
Hunter Lab54.343617.9827-9.3325
CIE-Lab61.248623.4513-14.0247

#b286ad color RGB value is (178,134,173).

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

The process color (four color CMYK) of #b286ad color hex is 0.00, 0.25, 0.03, 0.30. Web safe color of #b286ad is #999999. Color #b286ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000110 10101101
Octal 262 206 255
Decimal 178 134 173
Hex B2 86 AD

RGB Percentages of Color #b286ad

%36.70
%27.63
%35.67

CMYK Percentages of Color #b286ad

%0
%25
%3
%30

Triadic Colors of #b286ad

#b286ad #adb286 #86adb2

Analogous Colors of #b286ad

#b286ad #b28697 #a186b2

Monochromatic Colors of #b286ad

#b286ad

Complementary Color

#b286ad #86b28b

#b286ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b286ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b286ad Color CSS Codes

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

#b286ad Text Font Color

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

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


#b286ad Background Color

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

This div background color is #b286ad


#b286ad Border Color

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

This div border color is #b286ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b286ad


Comments

No comments written yet.

Please login to write comment.