Color Hex Logo

#b648bb Color Hex

#B648BB
(182,72,187)
0 Favorites   0 Comments

Color spaces of #b648bb

RGB 18272187
HSL0.830.460.51
HSV297°61°73°
CMYK 0.030.610.00   0.27
XYZ30.578418.167748.9088
Yxy18.16770.31310.1860
Hunter Lab42.623653.4656-38.1963
CIE-Lab49.698959.4216-39.8956

#b648bb color RGB value is (182,72,187).

#b648bb hex color red value is 182, green value is 72 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b648bb hue: 0.83 , saturation: 0.46 and the lightness value of b648bb is 0.51.

The process color (four color CMYK) of #b648bb color hex is 0.03, 0.61, 0.00, 0.27. Web safe color of #b648bb is #cc33cc. Color #b648bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001000 10111011
Octal 266 110 273
Decimal 182 72 187
Hex B6 48 BB

RGB Percentages of Color #b648bb

%41.27
%16.33
%42.40

CMYK Percentages of Color #b648bb

%3
%61
%0
%27

Triadic Colors of #b648bb

#b648bb #bbb648 #48bbb6

Analogous Colors of #b648bb

#b648bb #bb4887 #7d48bb

Monochromatic Colors of #b648bb

#b648bb

Complementary Color

#b648bb #4dbb48

#b648bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b648bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b648bb Color CSS Codes

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

#b648bb Text Font Color

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

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


#b648bb Background Color

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

This div background color is #b648bb


#b648bb Border Color

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

This div border color is #b648bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,72,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 #b648bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b648bb


Comments

No comments written yet.

Please login to write comment.