Color Hex Logo

#bd256d Color Hex

#BD256D
(189,37,109)
0 Favorites   0 Comments

Color spaces of #bd256d

RGB 18937109
HSL0.920.670.44
HSV332°80°74°
CMYK 0.000.800.42   0.26
XYZ24.408213.246115.7383
Yxy13.24610.45710.2481
Hunter Lab36.395256.0183-0.1620
CIE-Lab43.131762.9329-3.0100

#bd256d color RGB value is (189,37,109).

#bd256d hex color red value is 189, green value is 37 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bd256d hue: 0.92 , saturation: 0.67 and the lightness value of bd256d is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 01101101
Octal 275 45 155
Decimal 189 37 109
Hex BD 25 6D

RGB Percentages of Color #bd256d

%56.42
%11.04
%32.54

CMYK Percentages of Color #bd256d

%0
%80
%42
%26

Triadic Colors of #bd256d

#bd256d #6dbd25 #256dbd

Analogous Colors of #bd256d

#bd256d #bd2925 #bd25b9

Monochromatic Colors of #bd256d

#bd256d

Complementary Color

#bd256d #25bd75

#bd256d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd256d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd256d Color CSS Codes

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

#bd256d Text Font Color

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

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


#bd256d Background Color

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

This div background color is #bd256d


#bd256d Border Color

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

This div border color is #bd256d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd256d


Comments

No comments written yet.

Please login to write comment.