Color Hex Logo

#b279dd Color Hex

#B279DD
(178,121,221)
0 Favorites   0 Comments

Color spaces of #b279dd

RGB 178121221
HSL0.760.600.67
HSV274°45°87°
CMYK 0.190.450.00   0.13
XYZ38.248628.360271.8648
Yxy28.36020.27620.2048
Hunter Lab53.254335.0083-42.7318
CIE-Lab60.212840.6406-42.7321

#b279dd color RGB value is (178,121,221).

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

The process color (four color CMYK) of #b279dd color hex is 0.19, 0.45, 0.00, 0.13. Web safe color of #b279dd is #9966cc. Color #b279dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111001 11011101
Octal 262 171 335
Decimal 178 121 221
Hex B2 79 DD

RGB Percentages of Color #b279dd

%34.23
%23.27
%42.50

CMYK Percentages of Color #b279dd

%19
%45
%0
%13

Triadic Colors of #b279dd

#b279dd #ddb279 #79ddb2

Analogous Colors of #b279dd

#b279dd #dd79d6 #8079dd

Monochromatic Colors of #b279dd

#b279dd

Complementary Color

#b279dd #a4dd79

#b279dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b279dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b279dd Color CSS Codes

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

#b279dd Text Font Color

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

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


#b279dd Background Color

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

This div background color is #b279dd


#b279dd Border Color

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

This div border color is #b279dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,121,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b279dd


Comments

No comments written yet.

Please login to write comment.