Color Hex Logo

#b857dc Color Hex

#B857DC
(184,87,220)
0 Favorites   0 Comments

Color spaces of #b857dc

RGB 18487220
HSL0.790.660.60
HSV284°60°86°
CMYK 0.160.600.00   0.14
XYZ36.093622.174070.0878
Yxy22.17400.28120.1728
Hunter Lab47.089354.4128-55.2849
CIE-Lab54.211159.4425-51.6324

#b857dc color RGB value is (184,87,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01010111 11011100
Octal 270 127 334
Decimal 184 87 220
Hex B8 57 DC

RGB Percentages of Color #b857dc

%37.47
%17.72
%44.81

CMYK Percentages of Color #b857dc

%16
%60
%0
%14

Triadic Colors of #b857dc

#b857dc #dcb857 #57dcb8

Analogous Colors of #b857dc

#b857dc #dc57be #7657dc

Monochromatic Colors of #b857dc

#b857dc

Complementary Color

#b857dc #7bdc57

#b857dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b857dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b857dc Color CSS Codes

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

#b857dc Text Font Color

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

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


#b857dc Background Color

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

This div background color is #b857dc


#b857dc Border Color

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

This div border color is #b857dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b857dc


Comments

No comments written yet.

Please login to write comment.