Color Hex Logo

#b65981 Color Hex

#B65981
(182,89,129)
0 Favorites   0 Comments

Color spaces of #b65981

RGB 18289129
HSL0.930.390.53
HSV334°51°71°
CMYK 0.000.510.29   0.29
XYZ26.826218.674822.9596
Yxy18.67480.39180.2728
Hunter Lab43.214335.1825-1.2505
CIE-Lab50.304542.1817-4.7232

#b65981 color RGB value is (182,89,129).

#b65981 hex color red value is 182, green value is 89 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b65981 hue: 0.93 , saturation: 0.39 and the lightness value of b65981 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011001 10000001
Octal 266 131 201
Decimal 182 89 129
Hex B6 59 81

RGB Percentages of Color #b65981

%45.50
%22.25
%32.25

CMYK Percentages of Color #b65981

%0
%51
%29
%29

Triadic Colors of #b65981

#b65981 #81b659 #5981b6

Analogous Colors of #b65981

#b65981 #b66059 #b659b0

Monochromatic Colors of #b65981

#b65981

Complementary Color

#b65981 #59b68e

#b65981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65981 Color CSS Codes

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

#b65981 Text Font Color

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

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


#b65981 Background Color

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

This div background color is #b65981


#b65981 Border Color

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

This div border color is #b65981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65981


Comments

No comments written yet.

Please login to write comment.