Color Hex Logo

#b878dc Color Hex

#B878DC
(184,120,220)
0 Favorites   0 Comments

Color spaces of #b878dc

RGB 184120220
HSL0.770.590.67
HSV278°45°86°
CMYK 0.160.450.00   0.14
XYZ39.401928.790671.1906
Yxy28.79060.28270.2066
Hunter Lab53.656937.1785-41.1047
CIE-Lab60.596442.6607-41.5244

#b878dc color RGB value is (184,120,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111000 11011100
Octal 270 170 334
Decimal 184 120 220
Hex B8 78 DC

RGB Percentages of Color #b878dc

%35.11
%22.90
%41.98

CMYK Percentages of Color #b878dc

%16
%45
%0
%14

Triadic Colors of #b878dc

#b878dc #dcb878 #78dcb8

Analogous Colors of #b878dc

#b878dc #dc78ce #8678dc

Monochromatic Colors of #b878dc

#b878dc

Complementary Color

#b878dc #9cdc78

#b878dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b878dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b878dc Color CSS Codes

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

#b878dc Text Font Color

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

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


#b878dc Background Color

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

This div background color is #b878dc


#b878dc Border Color

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

This div border color is #b878dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b878dc


Comments

No comments written yet.

Please login to write comment.