Color Hex Logo

#b82ddd Color Hex

#B82DDD
(184,45,221)
0 Favorites   0 Comments

Color spaces of #b82ddd

RGB 18445221
HSL0.800.720.52
HSV287°80°87°
CMYK 0.170.800.00   0.13
XYZ33.756717.287669.9643
Yxy17.28760.27900.1429
Hunter Lab41.578472.1587-70.6630
CIE-Lab48.620475.5513-61.1702

#b82ddd color RGB value is (184,45,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101101 11011101
Octal 270 55 335
Decimal 184 45 221
Hex B8 2D DD

RGB Percentages of Color #b82ddd

%40.89
%10.00
%49.11

CMYK Percentages of Color #b82ddd

%17
%80
%0
%13

Triadic Colors of #b82ddd

#b82ddd #ddb82d #2dddb8

Analogous Colors of #b82ddd

#b82ddd #dd2daa #602ddd

Monochromatic Colors of #b82ddd

#b82ddd

Complementary Color

#b82ddd #52dd2d

#b82ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82ddd Color CSS Codes

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

#b82ddd Text Font Color

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

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


#b82ddd Background Color

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

This div background color is #b82ddd


#b82ddd Border Color

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

This div border color is #b82ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82ddd


Comments

No comments written yet.

Please login to write comment.