Color Hex Logo

#b67cdb Color Hex

#B67CDB
(182,124,219)
0 Favorites   0 Comments

Color spaces of #b67cdb

RGB 182124219
HSL0.770.570.67
HSV277°43°86°
CMYK 0.170.430.00   0.14
XYZ39.285229.474970.6365
Yxy29.47490.28180.2114
Hunter Lab54.290834.1550-39.1373
CIE-Lab61.198539.6970-40.0348

#b67cdb color RGB value is (182,124,219).

#b67cdb hex color red value is 182, green value is 124 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b67cdb hue: 0.77 , saturation: 0.57 and the lightness value of b67cdb is 0.67.

The process color (four color CMYK) of #b67cdb color hex is 0.17, 0.43, 0.00, 0.14. Web safe color of #b67cdb is #cc66cc. Color #b67cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111100 11011011
Octal 266 174 333
Decimal 182 124 219
Hex B6 7C DB

RGB Percentages of Color #b67cdb

%34.67
%23.62
%41.71

CMYK Percentages of Color #b67cdb

%17
%43
%0
%14

Triadic Colors of #b67cdb

#b67cdb #dbb67c #7cdbb6

Analogous Colors of #b67cdb

#b67cdb #db7cd1 #877cdb

Monochromatic Colors of #b67cdb

#b67cdb

Complementary Color

#b67cdb #a1db7c

#b67cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67cdb Color CSS Codes

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

#b67cdb Text Font Color

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

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


#b67cdb Background Color

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

This div background color is #b67cdb


#b67cdb Border Color

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

This div border color is #b67cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67cdb


Comments

No comments written yet.

Please login to write comment.