Color Hex Logo

#b879de Color Hex

#B879DE
(184,121,222)
0 Favorites   0 Comments

Color spaces of #b879de

RGB 184121222
HSL0.770.600.67
HSV277°45°87°
CMYK 0.170.450.00   0.13
XYZ39.789429.139072.6345
Yxy29.13900.28110.2058
Hunter Lab53.980637.1075-41.9923
CIE-Lab60.904142.5524-42.1596

#b879de color RGB value is (184,121,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111001 11011110
Octal 270 171 336
Decimal 184 121 222
Hex B8 79 DE

RGB Percentages of Color #b879de

%34.91
%22.96
%42.13

CMYK Percentages of Color #b879de

%17
%45
%0
%13

Triadic Colors of #b879de

#b879de #deb879 #79deb8

Analogous Colors of #b879de

#b879de #de79d2 #8679de

Monochromatic Colors of #b879de

#b879de

Complementary Color

#b879de #9fde79

#b879de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b879de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b879de Color CSS Codes

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

#b879de Text Font Color

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

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


#b879de Background Color

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

This div background color is #b879de


#b879de Border Color

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

This div border color is #b879de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b879de


Comments

No comments written yet.

Please login to write comment.