Color Hex Logo

#b27cbe Color Hex

#B27CBE
(178,124,190)
0 Favorites   0 Comments

Color spaces of #b27cbe

RGB 178124190
HSL0.800.340.62
HSV289°35°75°
CMYK 0.060.350.00   0.25
XYZ34.862027.598052.2047
Yxy27.59800.30400.2407
Hunter Lab52.533826.5204-22.1449
CIE-Lab59.523832.3770-26.3222

#b27cbe color RGB value is (178,124,190).

#b27cbe hex color red value is 178, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b27cbe hue: 0.80 , saturation: 0.34 and the lightness value of b27cbe is 0.62.

The process color (four color CMYK) of #b27cbe color hex is 0.06, 0.35, 0.00, 0.25. Web safe color of #b27cbe is #9966cc. Color #b27cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111100 10111110
Octal 262 174 276
Decimal 178 124 190
Hex B2 7C BE

RGB Percentages of Color #b27cbe

%36.18
%25.20
%38.62

CMYK Percentages of Color #b27cbe

%6
%35
%0
%25

Triadic Colors of #b27cbe

#b27cbe #beb27c #7cbeb2

Analogous Colors of #b27cbe

#b27cbe #be7ca9 #917cbe

Monochromatic Colors of #b27cbe

#b27cbe

Complementary Color

#b27cbe #88be7c

#b27cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27cbe Color CSS Codes

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

#b27cbe Text Font Color

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

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


#b27cbe Background Color

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

This div background color is #b27cbe


#b27cbe Border Color

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

This div border color is #b27cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27cbe


Comments

No comments written yet.

Please login to write comment.