Color Hex Logo

#b6415e Color Hex

#B6415E
(182,65,94)
0 Favorites   0 Comments

Color spaces of #b6415e

RGB 1826594
HSL0.960.470.48
HSV345°64°71°
CMYK 0.000.640.48   0.29
XYZ23.202114.533812.1721
Yxy14.53380.46490.2912
Hunter Lab38.123241.92097.7560
CIE-Lab44.988949.60448.8078

#b6415e color RGB value is (182,65,94).

#b6415e hex color red value is 182, green value is 65 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #b6415e hue: 0.96 , saturation: 0.47 and the lightness value of b6415e is 0.48.

The process color (four color CMYK) of #b6415e color hex is 0.00, 0.64, 0.48, 0.29. Web safe color of #b6415e is #cc3366. Color #b6415e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000001 01011110
Octal 266 101 136
Decimal 182 65 94
Hex B6 41 5E

RGB Percentages of Color #b6415e

%53.37
%19.06
%27.57

CMYK Percentages of Color #b6415e

%0
%64
%48
%29

Triadic Colors of #b6415e

#b6415e #5eb641 #415eb6

Analogous Colors of #b6415e

#b6415e #b65f41 #b64199

Monochromatic Colors of #b6415e

#b6415e

Complementary Color

#b6415e #41b699

#b6415e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6415e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6415e Color CSS Codes

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

#b6415e Text Font Color

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

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


#b6415e Background Color

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

This div background color is #b6415e


#b6415e Border Color

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

This div border color is #b6415e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6415e


Comments

No comments written yet.

Please login to write comment.