Color Hex Logo

#b180ee Color Hex

#B180EE
(177,128,238)
0 Favorites   0 Comments

Color spaces of #b180ee

RGB 177128238
HSL0.740.760.72
HSV267°46°93°
CMYK 0.260.460.00   0.07
XYZ41.283230.958584.6886
Yxy30.95850.26310.1973
Hunter Lab55.640435.0701-51.2954
CIE-Lab62.472640.4151-48.6320

#b180ee color RGB value is (177,128,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000000 11101110
Octal 261 200 356
Decimal 177 128 238
Hex B1 80 EE

RGB Percentages of Color #b180ee

%32.60
%23.57
%43.83

CMYK Percentages of Color #b180ee

%26
%46
%0
%7

Triadic Colors of #b180ee

#b180ee #eeb180 #80eeb1

Analogous Colors of #b180ee

#b180ee #e880ee #8086ee

Monochromatic Colors of #b180ee

#b180ee

Complementary Color

#b180ee #bdee80

#b180ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b180ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b180ee Color CSS Codes

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

#b180ee Text Font Color

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

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


#b180ee Background Color

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

This div background color is #b180ee


#b180ee Border Color

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

This div border color is #b180ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b180ee


Comments

No comments written yet.

Please login to write comment.