Color Hex Logo

#b67cbe Color Hex

#B67CBE
(182,124,190)
0 Favorites   0 Comments

Color spaces of #b67cbe

RGB 182124190
HSL0.810.340.62
HSV293°35°75°
CMYK 0.040.350.00   0.25
XYZ35.793328.078152.2483
Yxy28.07810.30820.2418
Hunter Lab52.988827.8443-21.3693
CIE-Lab59.959233.6593-25.6150

#b67cbe color RGB value is (182,124,190).

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

The process color (four color CMYK) of #b67cbe color hex is 0.04, 0.35, 0.00, 0.25. Web safe color of #b67cbe is #cc66cc. Color #b67cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111100 10111110
Octal 266 174 276
Decimal 182 124 190
Hex B6 7C BE

RGB Percentages of Color #b67cbe

%36.69
%25.00
%38.31

CMYK Percentages of Color #b67cbe

%4
%35
%0
%25

Triadic Colors of #b67cbe

#b67cbe #beb67c #7cbeb6

Analogous Colors of #b67cbe

#b67cbe #be7ca5 #957cbe

Monochromatic Colors of #b67cbe

#b67cbe

Complementary Color

#b67cbe #84be7c

#b67cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67cbe Color CSS Codes

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

#b67cbe Text Font Color

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

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


#b67cbe Background Color

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

This div background color is #b67cbe


#b67cbe Border Color

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

This div border color is #b67cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67cbe


Comments

No comments written yet.

Please login to write comment.