Color Hex Logo

#b121da Color Hex

#B121DA
(177,33,218)
0 Favorites   0 Comments

Color spaces of #b121da

RGB 17733218
HSL0.800.740.49
HSV287°85°85°
CMYK 0.190.850.00   0.15
XYZ31.330215.496867.6696
Yxy15.49680.27360.1353
Hunter Lab39.366073.1723-74.3626
CIE-Lab46.307376.8257-63.2505

#b121da color RGB value is (177,33,218).

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

The process color (four color CMYK) of #b121da color hex is 0.19, 0.85, 0.00, 0.15. Web safe color of #b121da is #9933cc. Color #b121da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100001 11011010
Octal 261 41 332
Decimal 177 33 218
Hex B1 21 DA

RGB Percentages of Color #b121da

%41.36
%7.71
%50.93

CMYK Percentages of Color #b121da

%19
%85
%0
%15

Triadic Colors of #b121da

#b121da #dab121 #21dab1

Analogous Colors of #b121da

#b121da #da21a7 #5521da

Monochromatic Colors of #b121da

#b121da

Complementary Color

#b121da #4ada21

#b121da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b121da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b121da Color CSS Codes

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

#b121da Text Font Color

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

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


#b121da Background Color

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

This div background color is #b121da


#b121da Border Color

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

This div border color is #b121da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b121da


Comments

No comments written yet.

Please login to write comment.