Color Hex Logo

#b65dad Color Hex

#B65DAD
(182,93,173)
0 Favorites   0 Comments

Color spaces of #b65dad

RGB 18293173
HSL0.850.380.54
HSV306°49°71°
CMYK 0.000.490.05   0.29
XYZ30.748620.790941.9276
Yxy20.79090.32900.2224
Hunter Lab45.597040.5776-22.6007
CIE-Lab52.719947.0345-27.0220

#b65dad color RGB value is (182,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011101 10101101
Octal 266 135 255
Decimal 182 93 173
Hex B6 5D AD

RGB Percentages of Color #b65dad

%40.63
%20.76
%38.62

CMYK Percentages of Color #b65dad

%0
%49
%5
%29

Triadic Colors of #b65dad

#b65dad #adb65d #5dadb6

Analogous Colors of #b65dad

#b65dad #b65d81 #935db6

Monochromatic Colors of #b65dad

#b65dad

Complementary Color

#b65dad #5db666

#b65dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65dad Color CSS Codes

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

#b65dad Text Font Color

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

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


#b65dad Background Color

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

This div background color is #b65dad


#b65dad Border Color

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

This div border color is #b65dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65dad


Comments

No comments written yet.

Please login to write comment.