Color Hex Logo

#b906da Color Hex

#B906DA
(185,6,218)
0 Favorites   0 Comments

Color spaces of #b906da

RGB 1856218
HSL0.810.950.44
HSV291°97°85°
CMYK 0.150.970.00   0.15
XYZ32.727615.506567.5978
Yxy15.50650.28250.1339
Hunter Lab39.378379.4407-74.2139
CIE-Lab46.320381.8302-63.1677

#b906da color RGB value is (185,6,218).

#b906da hex color red value is 185, green value is 6 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b906da hue: 0.81 , saturation: 0.95 and the lightness value of b906da is 0.44.

The process color (four color CMYK) of #b906da color hex is 0.15, 0.97, 0.00, 0.15. Web safe color of #b906da is #cc00cc. Color #b906da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00000110 11011010
Octal 271 6 332
Decimal 185 6 218
Hex B9 6 DA

RGB Percentages of Color #b906da

%45.23
%1.47
%53.30

CMYK Percentages of Color #b906da

%15
%97
%0
%15

Triadic Colors of #b906da

#b906da #dab906 #06dab9

Analogous Colors of #b906da

#b906da #da0691 #4f06da

Monochromatic Colors of #b906da

#b906da

Complementary Color

#b906da #27da06

#b906da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b906da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b906da Color CSS Codes

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

#b906da Text Font Color

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

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


#b906da Background Color

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

This div background color is #b906da


#b906da Border Color

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

This div border color is #b906da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b906da


Comments

No comments written yet.

Please login to write comment.