Color Hex Logo

#b377a7 Color Hex

#B377A7
(179,119,167)
0 Favorites   0 Comments

Color spaces of #b377a7

RGB 179119167
HSL0.870.280.58
HSV312°34°70°
CMYK 0.000.340.07   0.30
XYZ32.162325.567439.7991
Yxy25.56740.32980.2622
Hunter Lab50.564225.0508-11.2722
CIE-Lab57.624131.0771-16.0613

#b377a7 color RGB value is (179,119,167).

#b377a7 hex color red value is 179, green value is 119 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #b377a7 hue: 0.87 , saturation: 0.28 and the lightness value of b377a7 is 0.58.

The process color (four color CMYK) of #b377a7 color hex is 0.00, 0.34, 0.07, 0.30. Web safe color of #b377a7 is #cc6699. Color #b377a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110111 10100111
Octal 263 167 247
Decimal 179 119 167
Hex B3 77 A7

RGB Percentages of Color #b377a7

%38.49
%25.59
%35.91

CMYK Percentages of Color #b377a7

%0
%34
%7
%30

Triadic Colors of #b377a7

#b377a7 #a7b377 #77a7b3

Analogous Colors of #b377a7

#b377a7 #b37789 #a177b3

Monochromatic Colors of #b377a7

#b377a7

Complementary Color

#b377a7 #77b383

#b377a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b377a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b377a7 Color CSS Codes

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

#b377a7 Text Font Color

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

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


#b377a7 Background Color

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

This div background color is #b377a7


#b377a7 Border Color

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

This div border color is #b377a7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,119,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b377a7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b377a7;
  -webkit-box-shadow: 1px 1px 3px 2px #b377a7;
  box-shadow:         1px 1px 3px 2px #b377a7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,119,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b377a7


Comments

No comments written yet.

Please login to write comment.