Color Hex Logo

#b277df Color Hex

#B277DF
(178,119,223)
0 Favorites   0 Comments

Color spaces of #b277df

RGB 178119223
HSL0.760.620.67
HSV274°47°87°
CMYK 0.200.470.00   0.13
XYZ38.276227.986373.1966
Yxy27.98630.27450.2007
Hunter Lab52.902136.5713-45.0036
CIE-Lab59.876442.1794-44.3812

#b277df color RGB value is (178,119,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 11011111
Octal 262 167 337
Decimal 178 119 223
Hex B2 77 DF

RGB Percentages of Color #b277df

%34.23
%22.88
%42.88

CMYK Percentages of Color #b277df

%20
%47
%0
%13

Triadic Colors of #b277df

#b277df #dfb277 #77dfb2

Analogous Colors of #b277df

#b277df #df77d8 #7e77df

Monochromatic Colors of #b277df

#b277df

Complementary Color

#b277df #a4df77

#b277df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b277df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b277df Color CSS Codes

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

#b277df Text Font Color

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

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


#b277df Background Color

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

This div background color is #b277df


#b277df Border Color

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

This div border color is #b277df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b277df


Comments

No comments written yet.

Please login to write comment.