color codes Logo

#b80d8d color codes

#B80D8D
(184,13,141)
0 Favorites   0 Comments

Color spaces of #b80d8d

RGB 18413141
HSL0.880.870.39
HSV315°93°72°
CMYK 0.000.930.23   0.28
XYZ24.718812.401326.2902
Yxy12.40130.38980.1956
Hunter Lab35.215563.6674-19.6123
CIE-Lab41.846969.8133-24.8036

#b80d8d color RGB value is (184,13,141).

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

The process color (four color CMYK) of #b80d8d color code is 0.00, 0.93, 0.23, 0.28. Web safe color of #b80d8d is #cc0099. Color #b80d8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001101 10001101
Octal 270 15 215
Decimal 184 13 141
Hex B8 D 8D

RGB Percentages of Color #b80d8d

%54.44
%3.85
%41.72

CMYK Percentages of Color #b80d8d

%0
%93
%23
%28

Triadic Colors of #b80d8d

#b80d8d #8db80d #0d8db8

Analogous Colors of #b80d8d

#b80d8d #b80d38 #8e0db8

Monochromatic Colors of #b80d8d

#b80d8d

Complementary Color

#b80d8d #0db838

#b80d8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80d8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80d8d Color CSS Codes

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

#b80d8d Text Font Color

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

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


#b80d8d Background Color

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

This div background color is #b80d8d


#b80d8d Border Color

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

This div border color is #b80d8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80d8d


Comments

No comments written yet.

Please login to write comment.