Color Hex Logo

#b68ded Color Hex

#B68DED
(182,141,237)
0 Favorites   0 Comments

Color spaces of #b68ded

RGB 182141237
HSL0.740.730.74
HSV266°41°93°
CMYK 0.230.410.00   0.07
XYZ44.102335.109384.5731
Yxy35.10930.26930.2144
Hunter Lab59.253129.1653-43.1486
CIE-Lab65.833734.3578-42.7534

#b68ded color RGB value is (182,141,237).

#b68ded hex color red value is 182, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b68ded hue: 0.74 , saturation: 0.73 and the lightness value of b68ded is 0.74.

The process color (four color CMYK) of #b68ded color hex is 0.23, 0.41, 0.00, 0.07. Web safe color of #b68ded is #cc99ff. Color #b68ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001101 11101101
Octal 266 215 355
Decimal 182 141 237
Hex B6 8D ED

RGB Percentages of Color #b68ded

%32.50
%25.18
%42.32

CMYK Percentages of Color #b68ded

%23
%41
%0
%7

Triadic Colors of #b68ded

#b68ded #edb68d #8dedb6

Analogous Colors of #b68ded

#b68ded #e68ded #8d94ed

Monochromatic Colors of #b68ded

#b68ded

Complementary Color

#b68ded #c4ed8d

#b68ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68ded Color CSS Codes

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

#b68ded Text Font Color

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

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


#b68ded Background Color

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

This div background color is #b68ded


#b68ded Border Color

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

This div border color is #b68ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68ded


Comments

No comments written yet.

Please login to write comment.