Color Hex Logo

#b67dcd Color Hex

#B67DCD
(182,125,205)
0 Favorites   0 Comments

Color spaces of #b67dcd

RGB 182125205
HSL0.790.440.65
HSV283°39°80°
CMYK 0.110.390.00   0.20
XYZ37.644529.020161.3750
Yxy29.02010.29400.2266
Hunter Lab53.870330.4625-29.8405
CIE-Lab60.799436.1584-32.7989

#b67dcd color RGB value is (182,125,205).

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

The process color (four color CMYK) of #b67dcd color hex is 0.11, 0.39, 0.00, 0.20. Web safe color of #b67dcd is #cc66cc. Color #b67dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111101 11001101
Octal 266 175 315
Decimal 182 125 205
Hex B6 7D CD

RGB Percentages of Color #b67dcd

%35.55
%24.41
%40.04

CMYK Percentages of Color #b67dcd

%11
%39
%0
%20

Triadic Colors of #b67dcd

#b67dcd #cdb67d #7dcdb6

Analogous Colors of #b67dcd

#b67dcd #cd7dbc #8e7dcd

Monochromatic Colors of #b67dcd

#b67dcd

Complementary Color

#b67dcd #94cd7d

#b67dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67dcd Color CSS Codes

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

#b67dcd Text Font Color

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

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


#b67dcd Background Color

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

This div background color is #b67dcd


#b67dcd Border Color

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

This div border color is #b67dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67dcd


Comments

No comments written yet.

Please login to write comment.