Color Hex Logo

#b65887 Color Hex

#B65887
(182,88,135)
0 Favorites   0 Comments

Color spaces of #b65887

RGB 18288135
HSL0.920.390.53
HSV330°52°71°
CMYK 0.000.520.26   0.29
XYZ27.154318.673825.0949
Yxy18.67380.38290.2633
Hunter Lab43.213236.5427-4.1818
CIE-Lab50.303443.5185-8.3068

#b65887 color RGB value is (182,88,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01011000 10000111
Octal 266 130 207
Decimal 182 88 135
Hex B6 58 87

RGB Percentages of Color #b65887

%44.94
%21.73
%33.33

CMYK Percentages of Color #b65887

%0
%52
%26
%29

Triadic Colors of #b65887

#b65887 #87b658 #5887b6

Analogous Colors of #b65887

#b65887 #b65858 #b658b6

Monochromatic Colors of #b65887

#b65887

Complementary Color

#b65887 #58b687

#b65887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65887 Color CSS Codes

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

#b65887 Text Font Color

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

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


#b65887 Background Color

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

This div background color is #b65887


#b65887 Border Color

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

This div border color is #b65887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65887


Comments

No comments written yet.

Please login to write comment.