Color Hex Logo

#bd31da Color Hex

#BD31DA
(189,49,218)
0 Favorites   0 Comments

Color spaces of #bd31da

RGB 18949218
HSL0.800.700.52
HSV290°78°85°
CMYK 0.130.780.00   0.15
XYZ34.739518.077467.9880
Yxy18.07740.28760.1496
Hunter Lab42.517571.4401-65.0459
CIE-Lab49.589974.7761-57.8581

#bd31da color RGB value is (189,49,218).

#bd31da hex color red value is 189, green value is 49 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bd31da hue: 0.80 , saturation: 0.70 and the lightness value of bd31da is 0.52.

The process color (four color CMYK) of #bd31da color hex is 0.13, 0.78, 0.00, 0.15. Web safe color of #bd31da is #cc33cc. Color #bd31da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 11011010
Octal 275 61 332
Decimal 189 49 218
Hex BD 31 DA

RGB Percentages of Color #bd31da

%41.45
%10.75
%47.81

CMYK Percentages of Color #bd31da

%13
%78
%0
%15

Triadic Colors of #bd31da

#bd31da #dabd31 #31dabd

Analogous Colors of #bd31da

#bd31da #da31a3 #6931da

Monochromatic Colors of #bd31da

#bd31da

Complementary Color

#bd31da #4eda31

#bd31da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd31da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd31da Color CSS Codes

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

#bd31da Text Font Color

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

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


#bd31da Background Color

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

This div background color is #bd31da


#bd31da Border Color

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

This div border color is #bd31da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd31da


Comments

No comments written yet.

Please login to write comment.