Color Hex Logo

#bd4fbb Color Hex

#BD4FBB
(189,79,187)
0 Favorites   0 Comments

Color spaces of #bd4fbb

RGB 18979187
HSL0.840.450.53
HSV301°58°74°
CMYK 0.000.580.01   0.26
XYZ32.751919.998649.1476
Yxy19.99860.32140.1963
Hunter Lab44.719852.4703-33.8566
CIE-Lab51.835658.1438-36.4604

#bd4fbb color RGB value is (189,79,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001111 10111011
Octal 275 117 273
Decimal 189 79 187
Hex BD 4F BB

RGB Percentages of Color #bd4fbb

%41.54
%17.36
%41.10

CMYK Percentages of Color #bd4fbb

%0
%58
%1
%26

Triadic Colors of #bd4fbb

#bd4fbb #bbbd4f #4fbbbd

Analogous Colors of #bd4fbb

#bd4fbb #bd4f84 #884fbd

Monochromatic Colors of #bd4fbb

#bd4fbb

Complementary Color

#bd4fbb #4fbd51

#bd4fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4fbb Color CSS Codes

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

#bd4fbb Text Font Color

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

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


#bd4fbb Background Color

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

This div background color is #bd4fbb


#bd4fbb Border Color

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

This div border color is #bd4fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4fbb


Comments

No comments written yet.

Please login to write comment.