Color Hex Logo

#b289cd Color Hex

#B289CD
(178,137,205)
0 Favorites   0 Comments

Color spaces of #b289cd

RGB 178137205
HSL0.770.400.67
HSV276°33°80°
CMYK 0.130.330.00   0.20
XYZ38.325231.764161.8687
Yxy31.76410.29040.2407
Hunter Lab56.359622.7526-25.6337
CIE-Lab63.147428.2374-29.1923

#b289cd color RGB value is (178,137,205).

#b289cd hex color red value is 178, green value is 137 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b289cd hue: 0.77 , saturation: 0.40 and the lightness value of b289cd is 0.67.

The process color (four color CMYK) of #b289cd color hex is 0.13, 0.33, 0.00, 0.20. Web safe color of #b289cd is #9999cc. Color #b289cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001001 11001101
Octal 262 211 315
Decimal 178 137 205
Hex B2 89 CD

RGB Percentages of Color #b289cd

%34.23
%26.35
%39.42

CMYK Percentages of Color #b289cd

%13
%33
%0
%20

Triadic Colors of #b289cd

#b289cd #cdb289 #89cdb2

Analogous Colors of #b289cd

#b289cd #cd89c6 #9089cd

Monochromatic Colors of #b289cd

#b289cd

Complementary Color

#b289cd #a4cd89

#b289cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b289cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b289cd Color CSS Codes

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

#b289cd Text Font Color

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

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


#b289cd Background Color

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

This div background color is #b289cd


#b289cd Border Color

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

This div border color is #b289cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,137,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b289cd


Comments

No comments written yet.

Please login to write comment.