Color Hex Logo

#b668bd Color Hex

#B668BD
(182,104,189)
0 Favorites   0 Comments

Color spaces of #b668bd

RGB 182104189
HSL0.820.390.57
HSV295°45°74°
CMYK 0.040.450.00   0.26
XYZ33.427023.519850.9221
Yxy23.51980.30990.2180
Hunter Lab48.497238.1621-28.3065
CIE-Lab55.603844.2940-31.7882

#b668bd color RGB value is (182,104,189).

#b668bd hex color red value is 182, green value is 104 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b668bd hue: 0.82 , saturation: 0.39 and the lightness value of b668bd is 0.57.

The process color (four color CMYK) of #b668bd color hex is 0.04, 0.45, 0.00, 0.26. Web safe color of #b668bd is #cc66cc. Color #b668bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101000 10111101
Octal 266 150 275
Decimal 182 104 189
Hex B6 68 BD

RGB Percentages of Color #b668bd

%38.32
%21.89
%39.79

CMYK Percentages of Color #b668bd

%4
%45
%0
%26

Triadic Colors of #b668bd

#b668bd #bdb668 #68bdb6

Analogous Colors of #b668bd

#b668bd #bd689a #8c68bd

Monochromatic Colors of #b668bd

#b668bd

Complementary Color

#b668bd #6fbd68

#b668bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b668bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b668bd Color CSS Codes

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

#b668bd Text Font Color

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

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


#b668bd Background Color

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

This div background color is #b668bd


#b668bd Border Color

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

This div border color is #b668bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b668bd


Comments

No comments written yet.

Please login to write comment.