Color Hex Logo

#b80dbb Color Hex

#B80DBB
(184,13,187)
0 Favorites   0 Comments

Color spaces of #b80dbb

RGB 18413187
HSL0.830.870.39
HSV299°93°73°
CMYK 0.020.930.00   0.27
XYZ28.880714.066148.2065
Yxy14.06610.31680.1543
Hunter Lab37.504871.8211-49.9546
CIE-Lab44.327676.1122-48.4198

#b80dbb color RGB value is (184,13,187).

#b80dbb hex color red value is 184, green value is 13 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b80dbb hue: 0.83 , saturation: 0.87 and the lightness value of b80dbb is 0.39.

The process color (four color CMYK) of #b80dbb color hex is 0.02, 0.93, 0.00, 0.27. Web safe color of #b80dbb is #cc00cc. Color #b80dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001101 10111011
Octal 270 15 273
Decimal 184 13 187
Hex B8 D BB

RGB Percentages of Color #b80dbb

%47.92
%3.39
%48.70

CMYK Percentages of Color #b80dbb

%2
%93
%0
%27

Triadic Colors of #b80dbb

#b80dbb #bbb80d #0dbbb8

Analogous Colors of #b80dbb

#b80dbb #bb0d67 #610dbb

Monochromatic Colors of #b80dbb

#b80dbb

Complementary Color

#b80dbb #10bb0d

#b80dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80dbb Color CSS Codes

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

#b80dbb Text Font Color

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

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


#b80dbb Background Color

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

This div background color is #b80dbb


#b80dbb Border Color

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

This div border color is #b80dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80dbb


Comments

No comments written yet.

Please login to write comment.