Color Hex Logo

#b65dbb Color Hex

#B65DBB
(182,93,187)
0 Favorites   0 Comments

Color spaces of #b65dbb

RGB 18293187
HSL0.820.410.55
HSV297°50°73°
CMYK 0.030.500.00   0.27
XYZ32.175421.361649.4411
Yxy21.36160.31240.2074
Hunter Lab46.218643.3814-31.0708
CIE-Lab53.343049.5776-34.1663

#b65dbb color RGB value is (182,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011101 10111011
Octal 266 135 273
Decimal 182 93 187
Hex B6 5D BB

RGB Percentages of Color #b65dbb

%39.39
%20.13
%40.48

CMYK Percentages of Color #b65dbb

%3
%50
%0
%27

Triadic Colors of #b65dbb

#b65dbb #bbb65d #5dbbb6

Analogous Colors of #b65dbb

#b65dbb #bb5d91 #875dbb

Monochromatic Colors of #b65dbb

#b65dbb

Complementary Color

#b65dbb #62bb5d

#b65dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65dbb Color CSS Codes

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

#b65dbb Text Font Color

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

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


#b65dbb Background Color

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

This div background color is #b65dbb


#b65dbb Border Color

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

This div border color is #b65dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65dbb


Comments

No comments written yet.

Please login to write comment.