Color Hex Logo

#bd4fda Color Hex

#BD4FDA
(189,79,218)
0 Favorites   0 Comments

Color spaces of #bd4fda

RGB 18979218
HSL0.800.650.58
HSV287°64°85°
CMYK 0.130.640.00   0.15
XYZ36.437121.472768.5539
Yxy21.47270.28810.1698
Hunter Lab46.338659.2659-55.2772
CIE-Lab53.463063.8122-51.6533

#bd4fda color RGB value is (189,79,218).

#bd4fda hex color red value is 189, green value is 79 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bd4fda hue: 0.80 , saturation: 0.65 and the lightness value of bd4fda is 0.58.

The process color (four color CMYK) of #bd4fda color hex is 0.13, 0.64, 0.00, 0.15. Web safe color of #bd4fda is #cc66cc. Color #bd4fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001111 11011010
Octal 275 117 332
Decimal 189 79 218
Hex BD 4F DA

RGB Percentages of Color #bd4fda

%38.89
%16.26
%44.86

CMYK Percentages of Color #bd4fda

%13
%64
%0
%15

Triadic Colors of #bd4fda

#bd4fda #dabd4f #4fdabd

Analogous Colors of #bd4fda

#bd4fda #da4fb2 #784fda

Monochromatic Colors of #bd4fda

#bd4fda

Complementary Color

#bd4fda #6cda4f

#bd4fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4fda Color CSS Codes

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

#bd4fda Text Font Color

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

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


#bd4fda Background Color

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

This div background color is #bd4fda


#bd4fda Border Color

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

This div border color is #bd4fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,79,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bd4fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4fda


Comments

No comments written yet.

Please login to write comment.