Color Hex Logo

#b908df Color Hex

#B908DF
(185,8,223)
0 Favorites   0 Comments

Color spaces of #b908df

RGB 1858223
HSL0.800.930.45
HSV289°96°87°
CMYK 0.170.960.00   0.13
XYZ33.413715.815771.1037
Yxy15.81570.27770.1314
Hunter Lab39.769080.3792-78.1675
CIE-Lab46.731882.4886-65.3583

#b908df color RGB value is (185,8,223).

#b908df hex color red value is 185, green value is 8 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b908df hue: 0.80 , saturation: 0.93 and the lightness value of b908df is 0.45.

The process color (four color CMYK) of #b908df color hex is 0.17, 0.96, 0.00, 0.13. Web safe color of #b908df is #cc00cc. Color #b908df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001000 11011111
Octal 271 10 337
Decimal 185 8 223
Hex B9 8 DF

RGB Percentages of Color #b908df

%44.47
%1.92
%53.61

CMYK Percentages of Color #b908df

%17
%96
%0
%13

Triadic Colors of #b908df

#b908df #dfb908 #08dfb9

Analogous Colors of #b908df

#b908df #df089a #4d08df

Monochromatic Colors of #b908df

#b908df

Complementary Color

#b908df #2edf08

#b908df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b908df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b908df Color CSS Codes

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

#b908df Text Font Color

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

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


#b908df Background Color

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

This div background color is #b908df


#b908df Border Color

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

This div border color is #b908df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b908df


Comments

No comments written yet.

Please login to write comment.