Color Hex Logo

#b80ddd Color Hex

#B80DDD
(184,13,221)
0 Favorites   0 Comments

Color spaces of #b80ddd

RGB 18413221
HSL0.800.890.46
HSV289°94°87°
CMYK 0.170.940.00   0.13
XYZ32.962215.698769.6995
Yxy15.69870.27850.1326
Hunter Lab39.621679.1609-76.5637
CIE-Lab46.576781.5603-64.4758

#b80ddd color RGB value is (184,13,221).

#b80ddd hex color red value is 184, green value is 13 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b80ddd hue: 0.80 , saturation: 0.89 and the lightness value of b80ddd is 0.46.

The process color (four color CMYK) of #b80ddd color hex is 0.17, 0.94, 0.00, 0.13. Web safe color of #b80ddd is #cc00cc. Color #b80ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00001101 11011101
Octal 270 15 335
Decimal 184 13 221
Hex B8 D DD

RGB Percentages of Color #b80ddd

%44.02
%3.11
%52.87

CMYK Percentages of Color #b80ddd

%17
%94
%0
%13

Triadic Colors of #b80ddd

#b80ddd #ddb80d #0dddb8

Analogous Colors of #b80ddd

#b80ddd #dd0d9a #500ddd

Monochromatic Colors of #b80ddd

#b80ddd

Complementary Color

#b80ddd #32dd0d

#b80ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b80ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b80ddd Color CSS Codes

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

#b80ddd Text Font Color

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

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


#b80ddd Background Color

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

This div background color is #b80ddd


#b80ddd Border Color

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

This div border color is #b80ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b80ddd


Comments

No comments written yet.

Please login to write comment.