Color Hex Logo

#bd2dfa Color Hex

#BD2DFA
(189,45,250)
0 Favorites   0 Comments

Color spaces of #bd2dfa

RGB 18945250
HSL0.780.950.58
HSV282°82°98°
CMYK 0.240.820.00   0.02
XYZ39.180019.597792.1602
Yxy19.59770.25960.1298
Hunter Lab44.269380.5080-92.4419
CIE-Lab51.379381.6884-73.0157

#bd2dfa color RGB value is (189,45,250).

#bd2dfa hex color red value is 189, green value is 45 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bd2dfa hue: 0.78 , saturation: 0.95 and the lightness value of bd2dfa is 0.58.

The process color (four color CMYK) of #bd2dfa color hex is 0.24, 0.82, 0.00, 0.02. Web safe color of #bd2dfa is #cc33ff. Color #bd2dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101101 11111010
Octal 275 55 372
Decimal 189 45 250
Hex BD 2D FA

RGB Percentages of Color #bd2dfa

%39.05
%9.30
%51.65

CMYK Percentages of Color #bd2dfa

%24
%82
%0
%2

Triadic Colors of #bd2dfa

#bd2dfa #fabd2d #2dfabd

Analogous Colors of #bd2dfa

#bd2dfa #fa2dd1 #572dfa

Monochromatic Colors of #bd2dfa

#bd2dfa

Complementary Color

#bd2dfa #6afa2d

#bd2dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2dfa Color CSS Codes

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

#bd2dfa Text Font Color

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

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


#bd2dfa Background Color

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

This div background color is #bd2dfa


#bd2dfa Border Color

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

This div border color is #bd2dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.