Color Hex Logo

#b277bc Color Hex

#B277BC
(178,119,188)
0 Favorites   0 Comments

Color spaces of #b277bc

RGB 178119188
HSL0.810.340.60
HSV291°37°74°
CMYK 0.050.370.00   0.26
XYZ34.034026.289550.8575
Yxy26.28950.30610.2365
Hunter Lab51.273328.7558-22.9179
CIE-Lab58.310834.7491-27.0552

#b277bc color RGB value is (178,119,188).

#b277bc hex color red value is 178, green value is 119 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b277bc hue: 0.81 , saturation: 0.34 and the lightness value of b277bc is 0.60.

The process color (four color CMYK) of #b277bc color hex is 0.05, 0.37, 0.00, 0.26. Web safe color of #b277bc is #9966cc. Color #b277bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 10111100
Octal 262 167 274
Decimal 178 119 188
Hex B2 77 BC

RGB Percentages of Color #b277bc

%36.70
%24.54
%38.76

CMYK Percentages of Color #b277bc

%5
%37
%0
%26

Triadic Colors of #b277bc

#b277bc #bcb277 #77bcb2

Analogous Colors of #b277bc

#b277bc #bc77a4 #9077bc

Monochromatic Colors of #b277bc

#b277bc

Complementary Color

#b277bc #81bc77

#b277bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b277bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b277bc Color CSS Codes

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

#b277bc Text Font Color

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

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


#b277bc Background Color

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

This div background color is #b277bc


#b277bc Border Color

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

This div border color is #b277bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b277bc


Comments

No comments written yet.

Please login to write comment.