Color Hex Logo

#b664bb Color Hex

#B664BB
(182,100,187)
0 Favorites   0 Comments

Color spaces of #b664bb

RGB 182100187
HSL0.820.390.56
HSV297°47°73°
CMYK 0.030.470.00   0.27
XYZ32.818222.647349.6554
Yxy22.64730.31220.2154
Hunter Lab47.589239.8152-28.5518
CIE-Lab54.707246.0028-32.0360

#b664bb color RGB value is (182,100,187).

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

The process color (four color CMYK) of #b664bb color hex is 0.03, 0.47, 0.00, 0.27. Web safe color of #b664bb is #cc66cc. Color #b664bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100100 10111011
Octal 266 144 273
Decimal 182 100 187
Hex B6 64 BB

RGB Percentages of Color #b664bb

%38.81
%21.32
%39.87

CMYK Percentages of Color #b664bb

%3
%47
%0
%27

Triadic Colors of #b664bb

#b664bb #bbb664 #64bbb6

Analogous Colors of #b664bb

#b664bb #bb6495 #8b64bb

Monochromatic Colors of #b664bb

#b664bb

Complementary Color

#b664bb #69bb64

#b664bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b664bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b664bb Color CSS Codes

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

#b664bb Text Font Color

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

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


#b664bb Background Color

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

This div background color is #b664bb


#b664bb Border Color

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

This div border color is #b664bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b664bb


Comments

No comments written yet.

Please login to write comment.