Color Hex Logo

#bd3786 Color Hex

#BD3786
(189,55,134)
0 Favorites   0 Comments

Color spaces of #bd3786

RGB 18955134
HSL0.900.550.48
HSV325°71°74°
CMYK 0.000.710.29   0.26
XYZ26.655515.272424.0972
Yxy15.27240.40370.2313
Hunter Lab39.079953.3608-9.2031
CIE-Lab46.005160.0168-14.0706

#bd3786 color RGB value is (189,55,134).

#bd3786 hex color red value is 189, green value is 55 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bd3786 hue: 0.90 , saturation: 0.55 and the lightness value of bd3786 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 10000110
Octal 275 67 206
Decimal 189 55 134
Hex BD 37 86

RGB Percentages of Color #bd3786

%50.00
%14.55
%35.45

CMYK Percentages of Color #bd3786

%0
%71
%29
%26

Triadic Colors of #bd3786

#bd3786 #86bd37 #3786bd

Analogous Colors of #bd3786

#bd3786 #bd3743 #b137bd

Monochromatic Colors of #bd3786

#bd3786

Complementary Color

#bd3786 #37bd6e

#bd3786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3786 Color CSS Codes

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

#bd3786 Text Font Color

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

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


#bd3786 Background Color

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

This div background color is #bd3786


#bd3786 Border Color

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

This div border color is #bd3786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3786


Comments

No comments written yet.

Please login to write comment.