Color Hex Logo

#b118da Color Hex

#B118DA
(177,24,218)
0 Favorites   0 Comments

Color spaces of #b118da

RGB 17724218
HSL0.800.800.47
HSV287°89°85°
CMYK 0.190.890.00   0.15
XYZ31.113015.062367.5972
Yxy15.06230.27350.1324
Hunter Lab38.810275.1805-76.1006
CIE-Lab45.719478.5595-64.2031

#b118da color RGB value is (177,24,218).

#b118da hex color red value is 177, green value is 24 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b118da hue: 0.80 , saturation: 0.80 and the lightness value of b118da is 0.47.

The process color (four color CMYK) of #b118da color hex is 0.19, 0.89, 0.00, 0.15. Web safe color of #b118da is #9900cc. Color #b118da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011000 11011010
Octal 261 30 332
Decimal 177 24 218
Hex B1 18 DA

RGB Percentages of Color #b118da

%42.24
%5.73
%52.03

CMYK Percentages of Color #b118da

%19
%89
%0
%15

Triadic Colors of #b118da

#b118da #dab118 #18dab1

Analogous Colors of #b118da

#b118da #da18a2 #5018da

Monochromatic Colors of #b118da

#b118da

Complementary Color

#b118da #41da18

#b118da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b118da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b118da Color CSS Codes

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

#b118da Text Font Color

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

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


#b118da Background Color

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

This div background color is #b118da


#b118da Border Color

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

This div border color is #b118da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b118da


Comments

No comments written yet.

Please login to write comment.