Color Hex Logo

#bd77fa Color Hex

#BD77FA
(189,119,250)
0 Favorites   0 Comments

Color spaces of #bd77fa

RGB 189119250
HSL0.760.930.72
HSV272°52°98°
CMYK 0.240.520.00   0.02
XYZ44.838430.914694.0464
Yxy30.91460.26410.1821
Hunter Lab55.600946.6467-61.3657
CIE-Lab62.435551.1469-55.2353

#bd77fa color RGB value is (189,119,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 11111010
Octal 275 167 372
Decimal 189 119 250
Hex BD 77 FA

RGB Percentages of Color #bd77fa

%33.87
%21.33
%44.80

CMYK Percentages of Color #bd77fa

%24
%52
%0
%2

Triadic Colors of #bd77fa

#bd77fa #fabd77 #77fabd

Analogous Colors of #bd77fa

#bd77fa #fa77f6 #7c77fa

Monochromatic Colors of #bd77fa

#bd77fa

Complementary Color

#bd77fa #b4fa77

#bd77fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd77fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd77fa Color CSS Codes

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

#bd77fa Text Font Color

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

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


#bd77fa Background Color

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

This div background color is #bd77fa


#bd77fa Border Color

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

This div border color is #bd77fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd77fa

Related Colors


Comments

No comments written yet.

Please login to write comment.