Color Hex Logo

#b12ada Color Hex

#B12ADA
(177,42,218)
0 Favorites   0 Comments

Color spaces of #b12ada

RGB 17742218
HSL0.790.700.51
HSV286°81°85°
CMYK 0.190.810.00   0.15
XYZ31.614316.065067.7643
Yxy16.06500.27390.1392
Hunter Lab40.081270.6511-72.1834
CIE-Lab47.059774.6235-62.0328

#b12ada color RGB value is (177,42,218).

#b12ada hex color red value is 177, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b12ada hue: 0.79 , saturation: 0.70 and the lightness value of b12ada is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101010 11011010
Octal 261 52 332
Decimal 177 42 218
Hex B1 2A DA

RGB Percentages of Color #b12ada

%40.50
%9.61
%49.89

CMYK Percentages of Color #b12ada

%19
%81
%0
%15

Triadic Colors of #b12ada

#b12ada #dab12a #2adab1

Analogous Colors of #b12ada

#b12ada #da2aab #592ada

Monochromatic Colors of #b12ada

#b12ada

Complementary Color

#b12ada #53da2a

#b12ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12ada Color CSS Codes

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

#b12ada Text Font Color

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

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


#b12ada Background Color

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

This div background color is #b12ada


#b12ada Border Color

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

This div border color is #b12ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12ada


Comments

No comments written yet.

Please login to write comment.