Color Hex Logo

#bd4786 Color Hex

#BD4786
(189,71,134)
0 Favorites   0 Comments

Color spaces of #bd4786

RGB 18971134
HSL0.910.470.51
HSV328°62°74°
CMYK 0.000.620.29   0.26
XYZ27.542617.046524.3929
Yxy17.04650.39930.2471
Hunter Lab41.287446.8234-6.1278
CIE-Lab48.318653.6359-10.5746

#bd4786 color RGB value is (189,71,134).

#bd4786 hex color red value is 189, green value is 71 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bd4786 hue: 0.91 , saturation: 0.47 and the lightness value of bd4786 is 0.51.

The process color (four color CMYK) of #bd4786 color hex is 0.00, 0.62, 0.29, 0.26. Web safe color of #bd4786 is #cc3399. Color #bd4786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000111 10000110
Octal 275 107 206
Decimal 189 71 134
Hex BD 47 86

RGB Percentages of Color #bd4786

%47.97
%18.02
%34.01

CMYK Percentages of Color #bd4786

%0
%62
%29
%26

Triadic Colors of #bd4786

#bd4786 #86bd47 #4786bd

Analogous Colors of #bd4786

#bd4786 #bd474b #b947bd

Monochromatic Colors of #bd4786

#bd4786

Complementary Color

#bd4786 #47bd7e

#bd4786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4786 Color CSS Codes

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

#bd4786 Text Font Color

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

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


#bd4786 Background Color

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

This div background color is #bd4786


#bd4786 Border Color

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

This div border color is #bd4786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4786


Comments

No comments written yet.

Please login to write comment.