Color Hex Logo

#b106ae Color Hex

#B106AE
(177,6,174)
0 Favorites   0 Comments

Color spaces of #b106ae

RGB 1776174
HSL0.840.930.36
HSV301°97°69°
CMYK 0.000.970.02   0.31
XYZ25.836612.533441.1018
Yxy12.53340.32510.1577
Hunter Lab35.402568.3140-44.0530
CIE-Lab42.051673.6711-44.4540

#b106ae color RGB value is (177,6,174).

#b106ae hex color red value is 177, green value is 6 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b106ae hue: 0.84 , saturation: 0.93 and the lightness value of b106ae is 0.36.

The process color (four color CMYK) of #b106ae color hex is 0.00, 0.97, 0.02, 0.31. Web safe color of #b106ae is #990099. Color #b106ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00000110 10101110
Octal 261 6 256
Decimal 177 6 174
Hex B1 6 AE

RGB Percentages of Color #b106ae

%49.58
%1.68
%48.74

CMYK Percentages of Color #b106ae

%0
%97
%2
%31

Triadic Colors of #b106ae

#b106ae #aeb106 #06aeb1

Analogous Colors of #b106ae

#b106ae #b10659 #5f06b1

Monochromatic Colors of #b106ae

#b106ae

Complementary Color

#b106ae #06b109

#b106ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b106ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b106ae Color CSS Codes

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

#b106ae Text Font Color

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

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


#b106ae Background Color

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

This div background color is #b106ae


#b106ae Border Color

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

This div border color is #b106ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b106ae


Comments

No comments written yet.

Please login to write comment.