Color Hex Logo

#b908dd Color Hex

#B908DD
(185,8,221)
0 Favorites   0 Comments

Color spaces of #b908dd

RGB 1858221
HSL0.810.930.45
HSV290°96°87°
CMYK 0.160.960.00   0.13
XYZ33.145615.708469.6917
Yxy15.70840.27960.1325
Hunter Lab39.633879.9196-76.5112
CIE-Lab46.589682.1551-64.4471

#b908dd color RGB value is (185,8,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 00001000 11011101
Octal 271 10 335
Decimal 185 8 221
Hex B9 8 DD

RGB Percentages of Color #b908dd

%44.69
%1.93
%53.38

CMYK Percentages of Color #b908dd

%16
%96
%0
%13

Triadic Colors of #b908dd

#b908dd #ddb908 #08ddb9

Analogous Colors of #b908dd

#b908dd #dd0897 #4e08dd

Monochromatic Colors of #b908dd

#b908dd

Complementary Color

#b908dd #2cdd08

#b908dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b908dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b908dd Color CSS Codes

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

#b908dd Text Font Color

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

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


#b908dd Background Color

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

This div background color is #b908dd


#b908dd Border Color

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

This div border color is #b908dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b908dd


Comments

No comments written yet.

Please login to write comment.