Color Hex Logo

#b28cbe Color Hex

#B28CBE
(178,140,190)
0 Favorites   0 Comments

Color spaces of #b28cbe

RGB 178140190
HSL0.790.280.65
HSV286°26°75°
CMYK 0.060.260.00   0.25
XYZ37.032431.938852.9282
Yxy31.93880.30380.2620
Hunter Lab56.514418.0661-15.9676
CIE-Lab63.292323.4121-20.5446

#b28cbe color RGB value is (178,140,190).

#b28cbe hex color red value is 178, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b28cbe hue: 0.79 , saturation: 0.28 and the lightness value of b28cbe is 0.65.

The process color (four color CMYK) of #b28cbe color hex is 0.06, 0.26, 0.00, 0.25. Web safe color of #b28cbe is #9999cc. Color #b28cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001100 10111110
Octal 262 214 276
Decimal 178 140 190
Hex B2 8C BE

RGB Percentages of Color #b28cbe

%35.04
%27.56
%37.40

CMYK Percentages of Color #b28cbe

%6
%26
%0
%25

Triadic Colors of #b28cbe

#b28cbe #beb28c #8cbeb2

Analogous Colors of #b28cbe

#b28cbe #be8cb1 #998cbe

Monochromatic Colors of #b28cbe

#b28cbe

Complementary Color

#b28cbe #98be8c

#b28cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28cbe Color CSS Codes

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

#b28cbe Text Font Color

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

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


#b28cbe Background Color

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

This div background color is #b28cbe


#b28cbe Border Color

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

This div border color is #b28cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28cbe


Comments

No comments written yet.

Please login to write comment.