Color Hex Logo

#b150da Color Hex

#B150DA
(177,80,218)
0 Favorites   0 Comments

Color spaces of #b150da

RGB 17780218
HSL0.780.650.58
HSV282°63°85°
CMYK 0.190.630.00   0.15
XYZ33.655020.146468.4445
Yxy20.14640.27530.1648
Hunter Lab44.884755.2927-58.9917
CIE-Lab52.002360.6180-54.0804

#b150da color RGB value is (177,80,218).

#b150da hex color red value is 177, green value is 80 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b150da hue: 0.78 , saturation: 0.65 and the lightness value of b150da is 0.58.

The process color (four color CMYK) of #b150da color hex is 0.19, 0.63, 0.00, 0.15. Web safe color of #b150da is #9966cc. Color #b150da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01010000 11011010
Octal 261 120 332
Decimal 177 80 218
Hex B1 50 DA

RGB Percentages of Color #b150da

%37.26
%16.84
%45.89

CMYK Percentages of Color #b150da

%19
%63
%0
%15

Triadic Colors of #b150da

#b150da #dab150 #50dab1

Analogous Colors of #b150da

#b150da #da50be #6c50da

Monochromatic Colors of #b150da

#b150da

Complementary Color

#b150da #79da50

#b150da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b150da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b150da Color CSS Codes

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

#b150da Text Font Color

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

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


#b150da Background Color

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

This div background color is #b150da


#b150da Border Color

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

This div border color is #b150da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,80,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 #b150da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b150da


Comments

No comments written yet.

Please login to write comment.