Color Hex Logo

#bd80fa Color Hex

#BD80FA
(189,128,250)
0 Favorites   0 Comments

Color spaces of #bd80fa

RGB 189128250
HSL0.750.920.74
HSV270°49°98°
CMYK 0.240.490.00   0.02
XYZ45.960833.159394.4205
Yxy33.15930.26480.1911
Hunter Lab57.584141.6977-56.9088
CIE-Lab64.289746.3756-52.2906

#bd80fa color RGB value is (189,128,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000000 11111010
Octal 275 200 372
Decimal 189 128 250
Hex BD 80 FA

RGB Percentages of Color #bd80fa

%33.33
%22.57
%44.09

CMYK Percentages of Color #bd80fa

%24
%49
%0
%2

Triadic Colors of #bd80fa

#bd80fa #fabd80 #80fabd

Analogous Colors of #bd80fa

#bd80fa #fa80fa #8080fa

Monochromatic Colors of #bd80fa

#bd80fa

Complementary Color

#bd80fa #bdfa80

#bd80fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd80fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd80fa Color CSS Codes

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

#bd80fa Text Font Color

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

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


#bd80fa Background Color

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

This div background color is #bd80fa


#bd80fa Border Color

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

This div border color is #bd80fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd80fa


Comments

No comments written yet.

Please login to write comment.