Color Hex Logo

#b65dac Color Hex

#B65DAC
(182,93,172)
0 Favorites   0 Comments

Color spaces of #b65dac

RGB 18293172
HSL0.850.380.54
HSV307°49°71°
CMYK 0.000.490.05   0.29
XYZ30.652120.752341.4198
Yxy20.75230.33020.2236
Hunter Lab45.554740.3855-22.0201
CIE-Lab52.677346.8584-26.5056

#b65dac color RGB value is (182,93,172).

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

The process color (four color CMYK) of #b65dac color hex is 0.00, 0.49, 0.05, 0.29. Web safe color of #b65dac is #cc6699. Color #b65dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011101 10101100
Octal 266 135 254
Decimal 182 93 172
Hex B6 5D AC

RGB Percentages of Color #b65dac

%40.72
%20.81
%38.48

CMYK Percentages of Color #b65dac

%0
%49
%5
%29

Triadic Colors of #b65dac

#b65dac #acb65d #5dacb6

Analogous Colors of #b65dac

#b65dac #b65d80 #945db6

Monochromatic Colors of #b65dac

#b65dac

Complementary Color

#b65dac #5db667

#b65dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65dac Color CSS Codes

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

#b65dac Text Font Color

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

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


#b65dac Background Color

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

This div background color is #b65dac


#b65dac Border Color

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

This div border color is #b65dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65dac


Comments

No comments written yet.

Please login to write comment.