Color Hex Logo

#bd426e Color Hex

#BD426E
(189,66,110)
0 Favorites   0 Comments

Color spaces of #bd426e

RGB 18966110
HSL0.940.480.50
HSV339°65°74°
CMYK 0.000.650.42   0.26
XYZ25.749015.841016.4524
Yxy15.84100.44360.2729
Hunter Lab39.800845.82883.3519
CIE-Lab46.765252.98751.6905

#bd426e color RGB value is (189,66,110).

#bd426e hex color red value is 189, green value is 66 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #bd426e hue: 0.94 , saturation: 0.48 and the lightness value of bd426e is 0.50.

The process color (four color CMYK) of #bd426e color hex is 0.00, 0.65, 0.42, 0.26. Web safe color of #bd426e is #cc3366. Color #bd426e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 01101110
Octal 275 102 156
Decimal 189 66 110
Hex BD 42 6E

RGB Percentages of Color #bd426e

%51.78
%18.08
%30.14

CMYK Percentages of Color #bd426e

%0
%65
%42
%26

Triadic Colors of #bd426e

#bd426e #6ebd42 #426ebd

Analogous Colors of #bd426e

#bd426e #bd5342 #bd42ac

Monochromatic Colors of #bd426e

#bd426e

Complementary Color

#bd426e #42bd91

#bd426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd426e Color CSS Codes

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

#bd426e Text Font Color

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

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


#bd426e Background Color

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

This div background color is #bd426e


#bd426e Border Color

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

This div border color is #bd426e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd426e


Comments

No comments written yet.

Please login to write comment.