Color Hex Logo

#bd3d76 Color Hex

#BD3D76
(189,61,118)
0 Favorites   0 Comments

Color spaces of #bd3d76

RGB 18961118
HSL0.930.510.49
HSV333°68°74°
CMYK 0.000.680.38   0.26
XYZ25.925015.464318.7581
Yxy15.46430.43100.2571
Hunter Lab39.324748.8589-0.7544
CIE-Lab46.263755.8846-3.9346

#bd3d76 color RGB value is (189,61,118).

#bd3d76 hex color red value is 189, green value is 61 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bd3d76 hue: 0.93 , saturation: 0.51 and the lightness value of bd3d76 is 0.49.

The process color (four color CMYK) of #bd3d76 color hex is 0.00, 0.68, 0.38, 0.26. Web safe color of #bd3d76 is #cc3366. Color #bd3d76 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111101 01110110
Octal 275 75 166
Decimal 189 61 118
Hex BD 3D 76

RGB Percentages of Color #bd3d76

%51.36
%16.58
%32.07

CMYK Percentages of Color #bd3d76

%0
%68
%38
%26

Triadic Colors of #bd3d76

#bd3d76 #76bd3d #3d76bd

Analogous Colors of #bd3d76

#bd3d76 #bd443d #bd3db6

Monochromatic Colors of #bd3d76

#bd3d76

Complementary Color

#bd3d76 #3dbd84

#bd3d76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3d76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3d76 Color CSS Codes

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

#bd3d76 Text Font Color

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

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


#bd3d76 Background Color

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

This div background color is #bd3d76


#bd3d76 Border Color

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

This div border color is #bd3d76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3d76


Comments

No comments written yet.

Please login to write comment.