Color Hex Logo

#b81ddf Color Hex

#B81DDF
(184,29,223)
0 Favorites   0 Comments

Color spaces of #b81ddf

RGB 18429223
HSL0.800.770.49
HSV288°87°87°
CMYK 0.170.870.00   0.13
XYZ33.525816.396871.2099
Yxy16.39680.27680.1354
Hunter Lab40.493076.9249-75.9208
CIE-Lab47.490879.6109-64.1359

#b81ddf color RGB value is (184,29,223).

#b81ddf hex color red value is 184, green value is 29 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b81ddf hue: 0.80 , saturation: 0.77 and the lightness value of b81ddf is 0.49.

The process color (four color CMYK) of #b81ddf color hex is 0.17, 0.87, 0.00, 0.13. Web safe color of #b81ddf is #cc33cc. Color #b81ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011101 11011111
Octal 270 35 337
Decimal 184 29 223
Hex B8 1D DF

RGB Percentages of Color #b81ddf

%42.20
%6.65
%51.15

CMYK Percentages of Color #b81ddf

%17
%87
%0
%13

Triadic Colors of #b81ddf

#b81ddf #dfb81d #1ddfb8

Analogous Colors of #b81ddf

#b81ddf #df1da5 #571ddf

Monochromatic Colors of #b81ddf

#b81ddf

Complementary Color

#b81ddf #44df1d

#b81ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81ddf Color CSS Codes

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

#b81ddf Text Font Color

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

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


#b81ddf Background Color

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

This div background color is #b81ddf


#b81ddf Border Color

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

This div border color is #b81ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,29,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 #b81ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81ddf


Comments

No comments written yet.

Please login to write comment.