Color Hex Logo

#b65bab Color Hex

#B65BAB
(182,91,171)
0 Favorites   0 Comments

Color spaces of #b65bab

RGB 18291171
HSL0.850.380.54
HSV307°50°71°
CMYK 0.000.500.06   0.29
XYZ30.383220.367540.8580
Yxy20.36750.33170.2223
Hunter Lab45.130441.1937-22.0859
CIE-Lab52.250247.6939-26.5838

#b65bab color RGB value is (182,91,171).

#b65bab hex color red value is 182, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b65bab hue: 0.85 , saturation: 0.38 and the lightness value of b65bab is 0.54.

The process color (four color CMYK) of #b65bab color hex is 0.00, 0.50, 0.06, 0.29. Web safe color of #b65bab is #cc6699. Color #b65bab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011011 10101011
Octal 266 133 253
Decimal 182 91 171
Hex B6 5B AB

RGB Percentages of Color #b65bab

%40.99
%20.50
%38.51

CMYK Percentages of Color #b65bab

%0
%50
%6
%29

Triadic Colors of #b65bab

#b65bab #abb65b #5babb6

Analogous Colors of #b65bab

#b65bab #b65b7e #945bb6

Monochromatic Colors of #b65bab

#b65bab

Complementary Color

#b65bab #5bb666

#b65bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65bab Color CSS Codes

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

#b65bab Text Font Color

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

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


#b65bab Background Color

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

This div background color is #b65bab


#b65bab Border Color

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

This div border color is #b65bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65bab


Comments

No comments written yet.

Please login to write comment.