Color Hex Logo

#b64dbb Color Hex

#B64DBB
(182,77,187)
0 Favorites   0 Comments

Color spaces of #b64dbb

RGB 18277187
HSL0.830.450.52
HSV297°59°73°
CMYK 0.030.590.00   0.27
XYZ30.914918.840749.0209
Yxy18.84070.31300.1907
Hunter Lab43.405951.1725-36.5757
CIE-Lab50.500357.2193-38.6307

#b64dbb color RGB value is (182,77,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001101 10111011
Octal 266 115 273
Decimal 182 77 187
Hex B6 4D BB

RGB Percentages of Color #b64dbb

%40.81
%17.26
%41.93

CMYK Percentages of Color #b64dbb

%3
%59
%0
%27

Triadic Colors of #b64dbb

#b64dbb #bbb64d #4dbbb6

Analogous Colors of #b64dbb

#b64dbb #bb4d89 #7f4dbb

Monochromatic Colors of #b64dbb

#b64dbb

Complementary Color

#b64dbb #52bb4d

#b64dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64dbb Color CSS Codes

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

#b64dbb Text Font Color

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

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


#b64dbb Background Color

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

This div background color is #b64dbb


#b64dbb Border Color

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

This div border color is #b64dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64dbb


Comments

No comments written yet.

Please login to write comment.