Color Hex Logo

#b479be Color Hex

#B479BE
(180,121,190)
0 Favorites   0 Comments

Color spaces of #b479be

RGB 180121190
HSL0.810.350.61
HSV291°36°75°
CMYK 0.050.360.00   0.25
XYZ34.954027.095752.1029
Yxy27.09570.30620.2374
Hunter Lab52.053528.7693-22.9088
CIE-Lab59.062834.6787-27.0152

#b479be color RGB value is (180,121,190).

#b479be hex color red value is 180, green value is 121 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b479be hue: 0.81 , saturation: 0.35 and the lightness value of b479be is 0.61.

The process color (four color CMYK) of #b479be color hex is 0.05, 0.36, 0.00, 0.25. Web safe color of #b479be is #cc66cc. Color #b479be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01111001 10111110
Octal 264 171 276
Decimal 180 121 190
Hex B4 79 BE

RGB Percentages of Color #b479be

%36.66
%24.64
%38.70

CMYK Percentages of Color #b479be

%5
%36
%0
%25

Triadic Colors of #b479be

#b479be #beb479 #79beb4

Analogous Colors of #b479be

#b479be #be79a6 #9279be

Monochromatic Colors of #b479be

#b479be

Complementary Color

#b479be #83be79

#b479be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b479be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b479be Color CSS Codes

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

#b479be Text Font Color

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

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


#b479be Background Color

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

This div background color is #b479be


#b479be Border Color

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

This div border color is #b479be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b479be


Comments

No comments written yet.

Please login to write comment.