Color Hex Logo

#b71066 Color Hex

#B71066
(183,16,102)
0 Favorites   0 Comments

Color spaces of #b71066

RGB 18316102
HSL0.910.840.39
HSV329°91°72°
CMYK 0.000.910.44   0.28
XYZ22.112011.397213.6048
Yxy11.39720.46930.2419
Hunter Lab33.759757.8346-0.2614
CIE-Lab40.241665.0946-3.0181

#b71066 color RGB value is (183,16,102).

#b71066 hex color red value is 183, green value is 16 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b71066 hue: 0.91 , saturation: 0.84 and the lightness value of b71066 is 0.39.

The process color (four color CMYK) of #b71066 color hex is 0.00, 0.91, 0.44, 0.28. Web safe color of #b71066 is #cc0066. Color #b71066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010000 01100110
Octal 267 20 146
Decimal 183 16 102
Hex B7 10 66

RGB Percentages of Color #b71066

%60.80
%5.32
%33.89

CMYK Percentages of Color #b71066

%0
%91
%44
%28

Triadic Colors of #b71066

#b71066 #66b710 #1066b7

Analogous Colors of #b71066

#b71066 #b71013 #b510b7

Monochromatic Colors of #b71066

#b71066

Complementary Color

#b71066 #10b761

#b71066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71066 Color CSS Codes

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

#b71066 Text Font Color

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

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


#b71066 Background Color

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

This div background color is #b71066


#b71066 Border Color

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

This div border color is #b71066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,16,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b71066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b71066;
  -webkit-box-shadow: 1px 1px 3px 2px #b71066;
  box-shadow:         1px 1px 3px 2px #b71066; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,16,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71066


Comments

No comments written yet.

Please login to write comment.