Color Hex Logo

#b377af Color Hex

#B377AF
(179,119,175)
0 Favorites   0 Comments

Color spaces of #b377af

RGB 179119175
HSL0.840.280.58
HSV304°34°70°
CMYK 0.000.340.02   0.30
XYZ32.925125.872543.8160
Yxy25.87250.32090.2521
Hunter Lab50.865026.5299-15.4679
CIE-Lab57.915832.5529-20.2160

#b377af color RGB value is (179,119,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110111 10101111
Octal 263 167 257
Decimal 179 119 175
Hex B3 77 AF

RGB Percentages of Color #b377af

%37.84
%25.16
%37.00

CMYK Percentages of Color #b377af

%0
%34
%2
%30

Triadic Colors of #b377af

#b377af #afb377 #77afb3

Analogous Colors of #b377af

#b377af #b37791 #9977b3

Monochromatic Colors of #b377af

#b377af

Complementary Color

#b377af #77b37b

#b377af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b377af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b377af Color CSS Codes

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

#b377af Text Font Color

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

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


#b377af Background Color

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

This div background color is #b377af


#b377af Border Color

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

This div border color is #b377af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b377af


Comments

No comments written yet.

Please login to write comment.