Color Hex Logo

#bd84fa Color Hex

#BD84FA
(189,132,250)
0 Favorites   0 Comments

Color spaces of #bd84fa

RGB 189132250
HSL0.750.920.75
HSV269°47°98°
CMYK 0.240.470.00   0.02
XYZ46.492834.223594.5978
Yxy34.22350.26520.1952
Hunter Lab58.500939.4841-54.9233
CIE-Lab65.139644.2207-50.9446

#bd84fa color RGB value is (189,132,250).

#bd84fa hex color red value is 189, green value is 132 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #bd84fa hue: 0.75 , saturation: 0.92 and the lightness value of bd84fa is 0.75.

The process color (four color CMYK) of #bd84fa color hex is 0.24, 0.47, 0.00, 0.02. Web safe color of #bd84fa is #cc99ff. Color #bd84fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000100 11111010
Octal 275 204 372
Decimal 189 132 250
Hex BD 84 FA

RGB Percentages of Color #bd84fa

%33.10
%23.12
%43.78

CMYK Percentages of Color #bd84fa

%24
%47
%0
%2

Triadic Colors of #bd84fa

#bd84fa #fabd84 #84fabd

Analogous Colors of #bd84fa

#bd84fa #f884fa #8486fa

Monochromatic Colors of #bd84fa

#bd84fa

Complementary Color

#bd84fa #c1fa84

#bd84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd84fa Color CSS Codes

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

#bd84fa Text Font Color

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

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


#bd84fa Background Color

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

This div background color is #bd84fa


#bd84fa Border Color

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

This div border color is #bd84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd84fa


Comments

No comments written yet.

Please login to write comment.