Color Hex Logo

#b65792 Color Hex

#B65792
(182,87,146)
0 Favorites   0 Comments

Color spaces of #b65792

RGB 18287146
HSL0.900.390.53
HSV323°52°71°
CMYK 0.000.520.20   0.29
XYZ27.887918.836829.3601
Yxy18.83680.36650.2476
Hunter Lab43.401438.7442-9.7274
CIE-Lab50.495745.6286-14.5621

#b65792 color RGB value is (182,87,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010111 10010010
Octal 266 127 222
Decimal 182 87 146
Hex B6 57 92

RGB Percentages of Color #b65792

%43.86
%20.96
%35.18

CMYK Percentages of Color #b65792

%0
%52
%20
%29

Triadic Colors of #b65792

#b65792 #92b657 #5792b6

Analogous Colors of #b65792

#b65792 #b65762 #ab57b6

Monochromatic Colors of #b65792

#b65792

Complementary Color

#b65792 #57b67b

#b65792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65792 Color CSS Codes

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

#b65792 Text Font Color

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

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


#b65792 Background Color

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

This div background color is #b65792


#b65792 Border Color

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

This div border color is #b65792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65792


Comments

No comments written yet.

Please login to write comment.