Color Hex Logo

#b68fdd Color Hex

#B68FDD
(182,143,221)
0 Favorites   0 Comments

Color spaces of #b68fdd

RGB 182143221
HSL0.750.530.71
HSV270°35°87°
CMYK 0.180.350.00   0.13
XYZ42.165034.810572.9034
Yxy34.81050.28130.2323
Hunter Lab59.000424.3153-31.9609
CIE-Lab65.600929.6082-34.2771

#b68fdd color RGB value is (182,143,221).

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

The process color (four color CMYK) of #b68fdd color hex is 0.18, 0.35, 0.00, 0.13. Web safe color of #b68fdd is #cc99cc. Color #b68fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001111 11011101
Octal 266 217 335
Decimal 182 143 221
Hex B6 8F DD

RGB Percentages of Color #b68fdd

%33.33
%26.19
%40.48

CMYK Percentages of Color #b68fdd

%18
%35
%0
%13

Triadic Colors of #b68fdd

#b68fdd #ddb68f #8fddb6

Analogous Colors of #b68fdd

#b68fdd #dd8fdd #8f8fdd

Monochromatic Colors of #b68fdd

#b68fdd

Complementary Color

#b68fdd #b6dd8f

#b68fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68fdd Color CSS Codes

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

#b68fdd Text Font Color

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

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


#b68fdd Background Color

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

This div background color is #b68fdd


#b68fdd Border Color

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

This div border color is #b68fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68fdd


Comments

No comments written yet.

Please login to write comment.