Color Hex Logo

#b65991 Color Hex

#B65991
(182,89,145)
0 Favorites   0 Comments

Color spaces of #b65991

RGB 18289145
HSL0.900.390.53
HSV324°51°71°
CMYK 0.000.510.20   0.29
XYZ27.974619.134229.0069
Yxy19.13420.36750.2514
Hunter Lab43.742737.6059-8.6969
CIE-Lab50.843844.4720-13.4417

#b65991 color RGB value is (182,89,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011001 10010001
Octal 266 131 221
Decimal 182 89 145
Hex B6 59 91

RGB Percentages of Color #b65991

%43.75
%21.39
%34.86

CMYK Percentages of Color #b65991

%0
%51
%20
%29

Triadic Colors of #b65991

#b65991 #91b659 #5991b6

Analogous Colors of #b65991

#b65991 #b65963 #ad59b6

Monochromatic Colors of #b65991

#b65991

Complementary Color

#b65991 #59b67e

#b65991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65991 Color CSS Codes

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

#b65991 Text Font Color

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

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


#b65991 Background Color

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

This div background color is #b65991


#b65991 Border Color

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

This div border color is #b65991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65991


Comments

No comments written yet.

Please login to write comment.