Color Hex Logo

#b377df Color Hex

#B377DF
(179,119,223)
0 Favorites   0 Comments

Color spaces of #b377df

RGB 179119223
HSL0.760.620.67
HSV275°47°87°
CMYK 0.200.470.00   0.13
XYZ38.506528.105173.2073
Yxy28.10510.27540.2010
Hunter Lab53.014236.8772-44.7635
CIE-Lab59.983642.4563-44.2049

#b377df color RGB value is (179,119,223).

#b377df hex color red value is 179, green value is 119 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b377df hue: 0.76 , saturation: 0.62 and the lightness value of b377df is 0.67.

The process color (four color CMYK) of #b377df color hex is 0.20, 0.47, 0.00, 0.13. Web safe color of #b377df is #cc66cc. Color #b377df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110111 11011111
Octal 263 167 337
Decimal 179 119 223
Hex B3 77 DF

RGB Percentages of Color #b377df

%34.36
%22.84
%42.80

CMYK Percentages of Color #b377df

%20
%47
%0
%13

Triadic Colors of #b377df

#b377df #dfb377 #77dfb3

Analogous Colors of #b377df

#b377df #df77d7 #7f77df

Monochromatic Colors of #b377df

#b377df

Complementary Color

#b377df #a3df77

#b377df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b377df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b377df Color CSS Codes

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

#b377df Text Font Color

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

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


#b377df Background Color

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

This div background color is #b377df


#b377df Border Color

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

This div border color is #b377df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b377df


Comments

No comments written yet.

Please login to write comment.