Color Hex Logo

#b65195 Color Hex

#B65195
(182,81,149)
0 Favorites   0 Comments

Color spaces of #b65195

RGB 18281149
HSL0.890.410.52
HSV320°55°71°
CMYK 0.000.550.18   0.29
XYZ27.658617.999930.4503
Yxy17.99990.36340.2365
Hunter Lab42.426342.1219-12.8554
CIE-Lab49.496049.0247-17.8657

#b65195 color RGB value is (182,81,149).

#b65195 hex color red value is 182, green value is 81 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #b65195 hue: 0.89 , saturation: 0.41 and the lightness value of b65195 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010001 10010101
Octal 266 121 225
Decimal 182 81 149
Hex B6 51 95

RGB Percentages of Color #b65195

%44.17
%19.66
%36.17

CMYK Percentages of Color #b65195

%0
%55
%18
%29

Triadic Colors of #b65195

#b65195 #95b651 #5195b6

Analogous Colors of #b65195

#b65195 #b65163 #a551b6

Monochromatic Colors of #b65195

#b65195

Complementary Color

#b65195 #51b672

#b65195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65195 Color CSS Codes

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

#b65195 Text Font Color

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

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


#b65195 Background Color

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

This div background color is #b65195


#b65195 Border Color

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

This div border color is #b65195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65195


Comments

No comments written yet.

Please login to write comment.