Color Hex Logo

#b277ff Color Hex

#B277FF
(178,119,255)
0 Favorites   0 Comments

Color spaces of #b277ff

RGB 178119255
HSL0.741.000.73
HSV266°53°100°
CMYK 0.300.530.00   0.00
XYZ43.006929.878698.1082
Yxy29.87860.25150.1747
Hunter Lab54.661344.7844-68.1530
CIE-Lab61.549349.5930-59.4667

#b277ff color RGB value is (178,119,255).

#b277ff hex color red value is 178, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b277ff hue: 0.74 , saturation: 1.00 and the lightness value of b277ff is 0.73.

The process color (four color CMYK) of #b277ff color hex is 0.30, 0.53, 0.00, 0.00. Web safe color of #b277ff is #9966ff. Color #b277ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110111 11111111
Octal 262 167 377
Decimal 178 119 255
Hex B2 77 FF

RGB Percentages of Color #b277ff

%32.25
%21.56
%46.20

CMYK Percentages of Color #b277ff

%30
%53
%0
%0

Triadic Colors of #b277ff

#b277ff #ffb277 #77ffb2

Analogous Colors of #b277ff

#b277ff #f677ff #7780ff

Monochromatic Colors of #b277ff

#b277ff

Complementary Color

#b277ff #c4ff77

#b277ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b277ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b277ff Color CSS Codes

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

#b277ff Text Font Color

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

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


#b277ff Background Color

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

This div background color is #b277ff


#b277ff Border Color

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

This div border color is #b277ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b277ff


Comments

No comments written yet.

Please login to write comment.