Color Hex Logo

#bd31ba Color Hex

#BD31BA
(189,49,186)
0 Favorites   0 Comments

Color spaces of #bd31ba

RGB 18949186
HSL0.840.590.47
HSV301°74°74°
CMYK 0.000.740.02   0.26
XYZ30.947516.560648.0198
Yxy16.56060.32400.1734
Hunter Lab40.694764.5298-41.4759
CIE-Lab47.701669.4037-42.4055

#bd31ba color RGB value is (189,49,186).

#bd31ba hex color red value is 189, green value is 49 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bd31ba hue: 0.84 , saturation: 0.59 and the lightness value of bd31ba is 0.47.

The process color (four color CMYK) of #bd31ba color hex is 0.00, 0.74, 0.02, 0.26. Web safe color of #bd31ba is #cc33cc. Color #bd31ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 10111010
Octal 275 61 272
Decimal 189 49 186
Hex BD 31 BA

RGB Percentages of Color #bd31ba

%44.58
%11.56
%43.87

CMYK Percentages of Color #bd31ba

%0
%74
%2
%26

Triadic Colors of #bd31ba

#bd31ba #babd31 #31babd

Analogous Colors of #bd31ba

#bd31ba #bd3174 #7a31bd

Monochromatic Colors of #bd31ba

#bd31ba

Complementary Color

#bd31ba #31bd34

#bd31ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd31ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd31ba Color CSS Codes

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

#bd31ba Text Font Color

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

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


#bd31ba Background Color

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

This div background color is #bd31ba


#bd31ba Border Color

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

This div border color is #bd31ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,49,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd31ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd31ba;
  -webkit-box-shadow: 1px 1px 3px 2px #bd31ba;
  box-shadow:         1px 1px 3px 2px #bd31ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,49,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd31ba


Comments

No comments written yet.

Please login to write comment.