Color Hex Logo

#bd4fb5 Color Hex

#BD4FB5
(189,79,181)
0 Favorites   0 Comments

Color spaces of #bd4fb5

RGB 18979181
HSL0.850.450.53
HSV304°58°74°
CMYK 0.000.580.04   0.26
XYZ32.122719.747045.8346
Yxy19.74700.32880.2021
Hunter Lab44.437651.2669-30.0476
CIE-Lab51.549957.1159-33.4252

#bd4fb5 color RGB value is (189,79,181).

#bd4fb5 hex color red value is 189, green value is 79 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bd4fb5 hue: 0.85 , saturation: 0.45 and the lightness value of bd4fb5 is 0.53.

The process color (four color CMYK) of #bd4fb5 color hex is 0.00, 0.58, 0.04, 0.26. Web safe color of #bd4fb5 is #cc66cc. Color #bd4fb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001111 10110101
Octal 275 117 265
Decimal 189 79 181
Hex BD 4F B5

RGB Percentages of Color #bd4fb5

%42.09
%17.59
%40.31

CMYK Percentages of Color #bd4fb5

%0
%58
%4
%26

Triadic Colors of #bd4fb5

#bd4fb5 #b5bd4f #4fb5bd

Analogous Colors of #bd4fb5

#bd4fb5 #bd4f7e #8e4fbd

Monochromatic Colors of #bd4fb5

#bd4fb5

Complementary Color

#bd4fb5 #4fbd57

#bd4fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4fb5 Color CSS Codes

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

#bd4fb5 Text Font Color

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

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


#bd4fb5 Background Color

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

This div background color is #bd4fb5


#bd4fb5 Border Color

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

This div border color is #bd4fb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4fb5


Comments

No comments written yet.

Please login to write comment.