Color Hex Logo

#bd29fa Color Hex

#BD29FA
(189,41,250)
0 Favorites   0 Comments

Color spaces of #bd29fa

RGB 18941250
HSL0.780.950.57
HSV282°84°98°
CMYK 0.240.840.00   0.02
XYZ39.034519.306892.1117
Yxy19.30680.25940.1283
Hunter Lab43.939581.6798-93.5338
CIE-Lab51.044282.6713-73.5602

#bd29fa color RGB value is (189,41,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101001 11111010
Octal 275 51 372
Decimal 189 41 250
Hex BD 29 FA

RGB Percentages of Color #bd29fa

%39.38
%8.54
%52.08

CMYK Percentages of Color #bd29fa

%24
%84
%0
%2

Triadic Colors of #bd29fa

#bd29fa #fabd29 #29fabd

Analogous Colors of #bd29fa

#bd29fa #fa29cf #5529fa

Monochromatic Colors of #bd29fa

#bd29fa

Complementary Color

#bd29fa #66fa29

#bd29fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd29fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd29fa Color CSS Codes

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

#bd29fa Text Font Color

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

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


#bd29fa Background Color

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

This div background color is #bd29fa


#bd29fa Border Color

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

This div border color is #bd29fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd29fa


Comments

No comments written yet.

Please login to write comment.