Color Hex Logo

#b279be Color Hex

#B279BE
(178,121,190)
0 Favorites   0 Comments

Color spaces of #b279be

RGB 178121190
HSL0.800.350.61
HSV290°36°75°
CMYK 0.060.360.00   0.25
XYZ34.491726.857452.0813
Yxy26.85740.30410.2368
Hunter Lab51.824128.1090-23.3073
CIE-Lab58.842134.0436-27.3741

#b279be color RGB value is (178,121,190).

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

The process color (four color CMYK) of #b279be color hex is 0.06, 0.36, 0.00, 0.25. Web safe color of #b279be is #9966cc. Color #b279be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111001 10111110
Octal 262 171 276
Decimal 178 121 190
Hex B2 79 BE

RGB Percentages of Color #b279be

%36.40
%24.74
%38.85

CMYK Percentages of Color #b279be

%6
%36
%0
%25

Triadic Colors of #b279be

#b279be #beb279 #79beb2

Analogous Colors of #b279be

#b279be #be79a8 #9079be

Monochromatic Colors of #b279be

#b279be

Complementary Color

#b279be #85be79

#b279be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b279be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b279be Color CSS Codes

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

#b279be Text Font Color

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

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


#b279be Background Color

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

This div background color is #b279be


#b279be Border Color

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

This div border color is #b279be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b279be


Comments

No comments written yet.

Please login to write comment.