Color Hex Logo

#b479de Color Hex

#B479DE
(180,121,222)
0 Favorites   0 Comments

Color spaces of #b479de

RGB 180121222
HSL0.760.600.67
HSV275°45°87°
CMYK 0.190.450.00   0.13
XYZ38.844628.652072.5903
Yxy28.65200.27730.2045
Hunter Lab53.527635.8630-42.9356
CIE-Lab60.473341.4253-42.8669

#b479de color RGB value is (180,121,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111001 11011110
Octal 264 171 336
Decimal 180 121 222
Hex B4 79 DE

RGB Percentages of Color #b479de

%34.42
%23.14
%42.45

CMYK Percentages of Color #b479de

%19
%45
%0
%13

Triadic Colors of #b479de

#b479de #deb479 #79deb4

Analogous Colors of #b479de

#b479de #de79d6 #8279de

Monochromatic Colors of #b479de

#b479de

Complementary Color

#b479de #a3de79

#b479de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b479de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b479de Color CSS Codes

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

#b479de Text Font Color

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

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


#b479de Background Color

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

This div background color is #b479de


#b479de Border Color

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

This div border color is #b479de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b479de


Comments

No comments written yet.

Please login to write comment.