Color Hex Logo

#b68fdb Color Hex

#B68FDB
(182,143,219)
0 Favorites   0 Comments

Color spaces of #b68fdb

RGB 182143219
HSL0.750.510.71
HSV271°35°86°
CMYK 0.170.350.00   0.14
XYZ41.900034.704571.5081
Yxy34.70450.28290.2343
Hunter Lab58.910523.8644-30.7314
CIE-Lab65.518029.1650-33.2966

#b68fdb color RGB value is (182,143,219).

#b68fdb hex color red value is 182, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b68fdb hue: 0.75 , saturation: 0.51 and the lightness value of b68fdb is 0.71.

The process color (four color CMYK) of #b68fdb color hex is 0.17, 0.35, 0.00, 0.14. Web safe color of #b68fdb is #cc99cc. Color #b68fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001111 11011011
Octal 266 217 333
Decimal 182 143 219
Hex B6 8F DB

RGB Percentages of Color #b68fdb

%33.46
%26.29
%40.26

CMYK Percentages of Color #b68fdb

%17
%35
%0
%14

Triadic Colors of #b68fdb

#b68fdb #dbb68f #8fdbb6

Analogous Colors of #b68fdb

#b68fdb #db8fda #908fdb

Monochromatic Colors of #b68fdb

#b68fdb

Complementary Color

#b68fdb #b4db8f

#b68fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68fdb Color CSS Codes

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

#b68fdb Text Font Color

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

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


#b68fdb Background Color

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

This div background color is #b68fdb


#b68fdb Border Color

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

This div border color is #b68fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68fdb


Comments

No comments written yet.

Please login to write comment.