Color Hex Logo

#bd4efa Color Hex

#BD4EFA
(189,78,250)
0 Favorites   0 Comments

Color spaces of #bd4efa

RGB 18978250
HSL0.770.950.64
HSV279°69°98°
CMYK 0.240.690.00   0.02
XYZ40.966023.169792.7555
Yxy23.16970.26110.1477
Hunter Lab48.134967.6792-80.5568
CIE-Lab55.246770.5889-66.7542

#bd4efa color RGB value is (189,78,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001110 11111010
Octal 275 116 372
Decimal 189 78 250
Hex BD 4E FA

RGB Percentages of Color #bd4efa

%36.56
%15.09
%48.36

CMYK Percentages of Color #bd4efa

%24
%69
%0
%2

Triadic Colors of #bd4efa

#bd4efa #fabd4e #4efabd

Analogous Colors of #bd4efa

#bd4efa #fa4ee1 #674efa

Monochromatic Colors of #bd4efa

#bd4efa

Complementary Color

#bd4efa #8bfa4e

#bd4efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4efa Color CSS Codes

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

#bd4efa Text Font Color

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

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


#bd4efa Background Color

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

This div background color is #bd4efa


#bd4efa Border Color

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

This div border color is #bd4efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4efa


Comments

No comments written yet.

Please login to write comment.