Color Hex Logo

#b277cc Color Hex

#B277CC
(178,119,204)
0 Favorites   0 Comments

Color spaces of #b277cc

RGB 178119204
HSL0.780.450.63
HSV282°42°80°
CMYK 0.130.420.00   0.20
XYZ35.856027.018360.4520
Yxy27.01830.29070.2191
Hunter Lab51.979132.1686-32.5692
CIE-Lab58.991338.0423-35.0839

#b277cc color RGB value is (178,119,204).

#b277cc hex color red value is 178, green value is 119 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b277cc hue: 0.78 , saturation: 0.45 and the lightness value of b277cc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 11001100
Octal 262 167 314
Decimal 178 119 204
Hex B2 77 CC

RGB Percentages of Color #b277cc

%35.53
%23.75
%40.72

CMYK Percentages of Color #b277cc

%13
%42
%0
%20

Triadic Colors of #b277cc

#b277cc #ccb277 #77ccb2

Analogous Colors of #b277cc

#b277cc #cc77bc #8877cc

Monochromatic Colors of #b277cc

#b277cc

Complementary Color

#b277cc #91cc77

#b277cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b277cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b277cc Color CSS Codes

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

#b277cc Text Font Color

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

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


#b277cc Background Color

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

This div background color is #b277cc


#b277cc Border Color

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

This div border color is #b277cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b277cc


Comments

No comments written yet.

Please login to write comment.