Color Hex Logo

#b872db Color Hex

#B872DB
(184,114,219)
0 Favorites   0 Comments

Color spaces of #b872db

RGB 184114219
HSL0.780.590.65
HSV280°48°86°
CMYK 0.160.480.00   0.14
XYZ38.570727.339470.2620
Yxy27.33940.28320.2008
Hunter Lab52.287140.1720-43.0714
CIE-Lab59.287245.6636-43.0236

#b872db color RGB value is (184,114,219).

#b872db hex color red value is 184, green value is 114 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b872db hue: 0.78 , saturation: 0.59 and the lightness value of b872db is 0.65.

The process color (four color CMYK) of #b872db color hex is 0.16, 0.48, 0.00, 0.14. Web safe color of #b872db is #cc66cc. Color #b872db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110010 11011011
Octal 270 162 333
Decimal 184 114 219
Hex B8 72 DB

RGB Percentages of Color #b872db

%35.59
%22.05
%42.36

CMYK Percentages of Color #b872db

%16
%48
%0
%14

Triadic Colors of #b872db

#b872db #dbb872 #72dbb8

Analogous Colors of #b872db

#b872db #db72ca #8472db

Monochromatic Colors of #b872db

#b872db

Complementary Color

#b872db #95db72

#b872db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b872db Color Preview on White Background

Lorem ipsum dolor sit amet.

#b872db Color CSS Codes

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

#b872db Text Font Color

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

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


#b872db Background Color

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

This div background color is #b872db


#b872db Border Color

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

This div border color is #b872db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,114,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b872db


Comments

No comments written yet.

Please login to write comment.