Color Hex Logo

#b851dc Color Hex

#B851DC
(184,81,220)
0 Favorites   0 Comments

Color spaces of #b851dc

RGB 18481220
HSL0.790.670.59
HSV284°63°86°
CMYK 0.160.630.00   0.14
XYZ35.627921.242569.9326
Yxy21.24250.28100.1675
Hunter Lab46.089657.3262-57.6991
CIE-Lab53.213962.1770-53.2243

#b851dc color RGB value is (184,81,220).

#b851dc hex color red value is 184, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b851dc hue: 0.79 , saturation: 0.67 and the lightness value of b851dc is 0.59.

The process color (four color CMYK) of #b851dc color hex is 0.16, 0.63, 0.00, 0.14. Web safe color of #b851dc is #cc66cc. Color #b851dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010001 11011100
Octal 270 121 334
Decimal 184 81 220
Hex B8 51 DC

RGB Percentages of Color #b851dc

%37.94
%16.70
%45.36

CMYK Percentages of Color #b851dc

%16
%63
%0
%14

Triadic Colors of #b851dc

#b851dc #dcb851 #51dcb8

Analogous Colors of #b851dc

#b851dc #dc51bb #7351dc

Monochromatic Colors of #b851dc

#b851dc

Complementary Color

#b851dc #75dc51

#b851dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b851dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b851dc Color CSS Codes

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

#b851dc Text Font Color

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

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


#b851dc Background Color

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

This div background color is #b851dc


#b851dc Border Color

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

This div border color is #b851dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b851dc


Comments

No comments written yet.

Please login to write comment.