Color Hex Logo

#b67ddf Color Hex

#B67DDF
(182,125,223)
0 Favorites   0 Comments

Color spaces of #b67ddf

RGB 182125223
HSL0.760.600.68
HSV275°44°87°
CMYK 0.180.440.00   0.13
XYZ39.944329.940073.4857
Yxy29.94000.27860.2088
Hunter Lab54.717534.5513-41.3244
CIE-Lab61.602440.0272-41.6356

#b67ddf color RGB value is (182,125,223).

#b67ddf hex color red value is 182, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b67ddf hue: 0.76 , saturation: 0.60 and the lightness value of b67ddf is 0.68.

The process color (four color CMYK) of #b67ddf color hex is 0.18, 0.44, 0.00, 0.13. Web safe color of #b67ddf is #cc66cc. Color #b67ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111101 11011111
Octal 266 175 337
Decimal 182 125 223
Hex B6 7D DF

RGB Percentages of Color #b67ddf

%34.34
%23.58
%42.08

CMYK Percentages of Color #b67ddf

%18
%44
%0
%13

Triadic Colors of #b67ddf

#b67ddf #dfb67d #7ddfb6

Analogous Colors of #b67ddf

#b67ddf #df7dd7 #857ddf

Monochromatic Colors of #b67ddf

#b67ddf

Complementary Color

#b67ddf #a6df7d

#b67ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67ddf Color CSS Codes

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

#b67ddf Text Font Color

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

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


#b67ddf Background Color

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

This div background color is #b67ddf


#b67ddf Border Color

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

This div border color is #b67ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67ddf


Comments

No comments written yet.

Please login to write comment.