Color Hex Logo

#b180ed Color Hex

#B180ED
(177,128,237)
0 Favorites   0 Comments

Color spaces of #b180ed

RGB 177128237
HSL0.740.750.72
HSV267°46°93°
CMYK 0.250.460.00   0.07
XYZ41.136730.899983.9169
Yxy30.89990.26380.1981
Hunter Lab55.587734.8174-50.5947
CIE-Lab62.423040.1802-48.1571

#b180ed color RGB value is (177,128,237).

#b180ed hex color red value is 177, green value is 128 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b180ed hue: 0.74 , saturation: 0.75 and the lightness value of b180ed is 0.72.

The process color (four color CMYK) of #b180ed color hex is 0.25, 0.46, 0.00, 0.07. Web safe color of #b180ed is #9999ff. Color #b180ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000000 11101101
Octal 261 200 355
Decimal 177 128 237
Hex B1 80 ED

RGB Percentages of Color #b180ed

%32.66
%23.62
%43.73

CMYK Percentages of Color #b180ed

%25
%46
%0
%7

Triadic Colors of #b180ed

#b180ed #edb180 #80edb1

Analogous Colors of #b180ed

#b180ed #e880ed #8086ed

Monochromatic Colors of #b180ed

#b180ed

Complementary Color

#b180ed #bced80

#b180ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b180ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b180ed Color CSS Codes

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

#b180ed Text Font Color

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

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


#b180ed Background Color

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

This div background color is #b180ed


#b180ed Border Color

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

This div border color is #b180ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,128,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b180ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b180ed;
  -webkit-box-shadow: 1px 1px 3px 2px #b180ed;
  box-shadow:         1px 1px 3px 2px #b180ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,128,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b180ed


Comments

No comments written yet.

Please login to write comment.