Color Hex Logo

#bd79fa Color Hex

#BD79FA
(189,121,250)
0 Favorites   0 Comments

Color spaces of #bd79fa

RGB 189121250
HSL0.750.930.73
HSV272°52°98°
CMYK 0.240.520.00   0.02
XYZ45.079031.395794.1265
Yxy31.39570.26420.1840
Hunter Lab56.031945.5518-60.3775
CIE-Lab62.840350.0971-54.5915

#bd79fa color RGB value is (189,121,250).

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

The process color (four color CMYK) of #bd79fa color hex is 0.24, 0.52, 0.00, 0.02. Web safe color of #bd79fa is #cc66ff. Color #bd79fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01111001 11111010
Octal 275 171 372
Decimal 189 121 250
Hex BD 79 FA

RGB Percentages of Color #bd79fa

%33.75
%21.61
%44.64

CMYK Percentages of Color #bd79fa

%24
%52
%0
%2

Triadic Colors of #bd79fa

#bd79fa #fabd79 #79fabd

Analogous Colors of #bd79fa

#bd79fa #fa79f7 #7d79fa

Monochromatic Colors of #bd79fa

#bd79fa

Complementary Color

#bd79fa #b6fa79

#bd79fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd79fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd79fa Color CSS Codes

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

#bd79fa Text Font Color

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

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


#bd79fa Background Color

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

This div background color is #bd79fa


#bd79fa Border Color

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

This div border color is #bd79fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd79fa


Comments

No comments written yet.

Please login to write comment.