Color Hex Logo

#b643bb Color Hex

#B643BB
(182,67,187)
0 Favorites   0 Comments

Color spaces of #b643bb

RGB 18267187
HSL0.830.470.50
HSV298°64°73°
CMYK 0.030.640.00   0.27
XYZ30.268217.547248.8054
Yxy17.54720.31330.1816
Hunter Lab41.889455.6732-39.7563
CIE-Lab48.942261.5205-41.0921

#b643bb color RGB value is (182,67,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000011 10111011
Octal 266 103 273
Decimal 182 67 187
Hex B6 43 BB

RGB Percentages of Color #b643bb

%41.74
%15.37
%42.89

CMYK Percentages of Color #b643bb

%3
%64
%0
%27

Triadic Colors of #b643bb

#b643bb #bbb643 #43bbb6

Analogous Colors of #b643bb

#b643bb #bb4384 #7a43bb

Monochromatic Colors of #b643bb

#b643bb

Complementary Color

#b643bb #48bb43

#b643bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b643bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b643bb Color CSS Codes

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

#b643bb Text Font Color

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

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


#b643bb Background Color

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

This div background color is #b643bb


#b643bb Border Color

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

This div border color is #b643bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b643bb


Comments

No comments written yet.

Please login to write comment.