color codes Logo

#b5066f color codes

#B5066F
(181,6,111)
0 Favorites   0 Comments

Color spaces of #b5066f

RGB 1816111
HSL0.900.940.37
HSV324°97°71°
CMYK 0.000.970.39   0.29
XYZ21.990411.101716.0227
Yxy11.10170.44770.2260
Hunter Lab33.319259.4999-5.1882
CIE-Lab39.751266.6434-9.4670

#b5066f color RGB value is (181,6,111).

#b5066f hex color red value is 181, green value is 6 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #b5066f hue: 0.90 , saturation: 0.94 and the lightness value of b5066f is 0.37.

The process color (four color CMYK) of #b5066f color code is 0.00, 0.97, 0.39, 0.29. Web safe color of #b5066f is #cc0066. Color #b5066f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000110 01101111
Octal 265 6 157
Decimal 181 6 111
Hex B5 6 6F

RGB Percentages of Color #b5066f

%60.74
%2.01
%37.25

CMYK Percentages of Color #b5066f

%0
%97
%39
%29

Triadic Colors of #b5066f

#b5066f #6fb506 #066fb5

Analogous Colors of #b5066f

#b5066f #b50618 #a406b5

Monochromatic Colors of #b5066f

#b5066f

Complementary Color

#b5066f #06b54c

#b5066f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5066f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5066f Color CSS Codes

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

#b5066f Text Font Color

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

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


#b5066f Background Color

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

This div background color is #b5066f


#b5066f Border Color

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

This div border color is #b5066f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,6,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5066f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5066f;
  -webkit-box-shadow: 1px 1px 3px 2px #b5066f;
  box-shadow:         1px 1px 3px 2px #b5066f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,6,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5066f


Comments

No comments written yet.

Please login to write comment.