Color Hex Logo

#b289af Color Hex

#B289AF
(178,137,175)
1 Favorites   0 Comments

Color spaces of #b289af

RGB 178137175
HSL0.850.210.62
HSV304°23°70°
CMYK 0.000.230.02   0.30
XYZ35.043630.451444.5882
Yxy30.45140.31830.2766
Hunter Lab55.182816.7858-9.2789
CIE-Lab62.041822.1441-13.9647

#b289af color RGB value is (178,137,175).

#b289af hex color red value is 178, green value is 137 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b289af hue: 0.85 , saturation: 0.21 and the lightness value of b289af is 0.62.

The process color (four color CMYK) of #b289af color hex is 0.00, 0.23, 0.02, 0.30. Web safe color of #b289af is #999999. Color #b289af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 10101111
Octal 262 211 257
Decimal 178 137 175
Hex B2 89 AF

RGB Percentages of Color #b289af

%36.33
%27.96
%35.71

CMYK Percentages of Color #b289af

%0
%23
%2
%30

Triadic Colors of #b289af

#b289af #afb289 #89afb2

Analogous Colors of #b289af

#b289af #b2899b #a189b2

Monochromatic Colors of #b289af

#b289af

Complementary Color

#b289af #89b28c

#b289af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b289af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b289af Color CSS Codes

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

#b289af Text Font Color

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

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


#b289af Background Color

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

This div background color is #b289af


#b289af Border Color

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

This div border color is #b289af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b289af


Comments

No comments written yet.

Please login to write comment.