Color Hex Logo

#b67dcb Color Hex

#B67DCB
(182,125,203)
0 Favorites   0 Comments

Color spaces of #b67dcb

RGB 182125203
HSL0.790.430.64
HSV284°38°80°
CMYK 0.100.380.00   0.20
XYZ37.404528.924160.1114
Yxy28.92410.29580.2288
Hunter Lab53.781130.0289-28.6219
CIE-Lab60.714635.7419-31.8034

#b67dcb color RGB value is (182,125,203).

#b67dcb hex color red value is 182, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b67dcb hue: 0.79 , saturation: 0.43 and the lightness value of b67dcb is 0.64.

The process color (four color CMYK) of #b67dcb color hex is 0.10, 0.38, 0.00, 0.20. Web safe color of #b67dcb is #cc66cc. Color #b67dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111101 11001011
Octal 266 175 313
Decimal 182 125 203
Hex B6 7D CB

RGB Percentages of Color #b67dcb

%35.69
%24.51
%39.80

CMYK Percentages of Color #b67dcb

%10
%38
%0
%20

Triadic Colors of #b67dcb

#b67dcb #cbb67d #7dcbb6

Analogous Colors of #b67dcb

#b67dcb #cb7db9 #8f7dcb

Monochromatic Colors of #b67dcb

#b67dcb

Complementary Color

#b67dcb #92cb7d

#b67dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67dcb Color CSS Codes

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

#b67dcb Text Font Color

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

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


#b67dcb Background Color

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

This div background color is #b67dcb


#b67dcb Border Color

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

This div border color is #b67dcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,125,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67dcb


Comments

No comments written yet.

Please login to write comment.