Color Hex Logo

#b180ec Color Hex

#B180EC
(177,128,236)
0 Favorites   0 Comments

Color spaces of #b180ec

RGB 177128236
HSL0.740.740.71
HSV267°46°93°
CMYK 0.250.460.00   0.07
XYZ40.991030.841683.1494
Yxy30.84160.26450.1990
Hunter Lab55.535234.5657-49.8966
CIE-Lab62.373739.9459-47.6814

#b180ec color RGB value is (177,128,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000000 11101100
Octal 261 200 354
Decimal 177 128 236
Hex B1 80 EC

RGB Percentages of Color #b180ec

%32.72
%23.66
%43.62

CMYK Percentages of Color #b180ec

%25
%46
%0
%7

Triadic Colors of #b180ec

#b180ec #ecb180 #80ecb1

Analogous Colors of #b180ec

#b180ec #e780ec #8085ec

Monochromatic Colors of #b180ec

#b180ec

Complementary Color

#b180ec #bbec80

#b180ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b180ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b180ec Color CSS Codes

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

#b180ec Text Font Color

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

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


#b180ec Background Color

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

This div background color is #b180ec


#b180ec Border Color

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

This div border color is #b180ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b180ec


Comments

No comments written yet.

Please login to write comment.