Color Hex Logo

#b68abc Color Hex

#B68ABC
(182,138,188)
0 Favorites   0 Comments

Color spaces of #b68abc

RGB 182138188
HSL0.810.270.64
HSV293°27°74°
CMYK 0.030.270.00   0.26
XYZ37.457031.752951.7317
Yxy31.75290.30970.2625
Hunter Lab56.349720.0412-14.9862
CIE-Lab63.138125.4669-19.6164

#b68abc color RGB value is (182,138,188).

#b68abc hex color red value is 182, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b68abc hue: 0.81 , saturation: 0.27 and the lightness value of b68abc is 0.64.

The process color (four color CMYK) of #b68abc color hex is 0.03, 0.27, 0.00, 0.26. Web safe color of #b68abc is #cc99cc. Color #b68abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001010 10111100
Octal 266 212 274
Decimal 182 138 188
Hex B6 8A BC

RGB Percentages of Color #b68abc

%35.83
%27.17
%37.01

CMYK Percentages of Color #b68abc

%3
%27
%0
%26

Triadic Colors of #b68abc

#b68abc #bcb68a #8abcb6

Analogous Colors of #b68abc

#b68abc #bc8aa9 #9d8abc

Monochromatic Colors of #b68abc

#b68abc

Complementary Color

#b68abc #90bc8a

#b68abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68abc Color CSS Codes

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

#b68abc Text Font Color

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

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


#b68abc Background Color

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

This div background color is #b68abc


#b68abc Border Color

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

This div border color is #b68abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68abc


Comments

No comments written yet.

Please login to write comment.