Color Hex Logo

#b873de Color Hex

#B873DE
(184,115,222)
0 Favorites   0 Comments

Color spaces of #b873de

RGB 184115222
HSL0.770.620.66
HSV279°48°87°
CMYK 0.170.480.00   0.13
XYZ39.082727.725772.3990
Yxy27.72570.28080.1992
Hunter Lab52.655240.3429-44.6630
CIE-Lab59.640145.7730-44.1498

#b873de color RGB value is (184,115,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01110011 11011110
Octal 270 163 336
Decimal 184 115 222
Hex B8 73 DE

RGB Percentages of Color #b873de

%35.32
%22.07
%42.61

CMYK Percentages of Color #b873de

%17
%48
%0
%13

Triadic Colors of #b873de

#b873de #deb873 #73deb8

Analogous Colors of #b873de

#b873de #de73cf #8373de

Monochromatic Colors of #b873de

#b873de

Complementary Color

#b873de #99de73

#b873de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b873de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b873de Color CSS Codes

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

#b873de Text Font Color

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

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


#b873de Background Color

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

This div background color is #b873de


#b873de Border Color

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

This div border color is #b873de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b873de


Comments

No comments written yet.

Please login to write comment.