Color Hex Logo

#b873dd Color Hex

#B873DD
(184,115,221)
0 Favorites   0 Comments

Color spaces of #b873dd

RGB 184115221
HSL0.780.610.66
HSV279°48°87°
CMYK 0.170.480.00   0.13
XYZ38.949027.672371.6951
Yxy27.67230.28160.2001
Hunter Lab52.604540.1058-43.9837
CIE-Lab59.591545.5580-43.6660

#b873dd color RGB value is (184,115,221).

#b873dd hex color red value is 184, green value is 115 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b873dd hue: 0.78 , saturation: 0.61 and the lightness value of b873dd is 0.66.

The process color (four color CMYK) of #b873dd color hex is 0.17, 0.48, 0.00, 0.13. Web safe color of #b873dd is #cc66cc. Color #b873dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 11011101
Octal 270 163 335
Decimal 184 115 221
Hex B8 73 DD

RGB Percentages of Color #b873dd

%35.38
%22.12
%42.50

CMYK Percentages of Color #b873dd

%17
%48
%0
%13

Triadic Colors of #b873dd

#b873dd #ddb873 #73ddb8

Analogous Colors of #b873dd

#b873dd #dd73cd #8373dd

Monochromatic Colors of #b873dd

#b873dd

Complementary Color

#b873dd #98dd73

#b873dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b873dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b873dd Color CSS Codes

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

#b873dd Text Font Color

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

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


#b873dd Background Color

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

This div background color is #b873dd


#b873dd Border Color

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

This div border color is #b873dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b873dd


Comments

No comments written yet.

Please login to write comment.