Color Hex Logo

#bd256c Color Hex

#BD256C
(189,37,108)
0 Favorites   0 Comments

Color spaces of #bd256c

RGB 18937108
HSL0.920.670.44
HSV332°80°74°
CMYK 0.000.800.43   0.26
XYZ24.354613.224715.4563
Yxy13.22470.45920.2494
Hunter Lab36.365855.90350.2564
CIE-Lab43.099962.8375-2.4343

#bd256c color RGB value is (189,37,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100101 01101100
Octal 275 45 154
Decimal 189 37 108
Hex BD 25 6C

RGB Percentages of Color #bd256c

%56.59
%11.08
%32.34

CMYK Percentages of Color #bd256c

%0
%80
%43
%26

Triadic Colors of #bd256c

#bd256c #6cbd25 #256cbd

Analogous Colors of #bd256c

#bd256c #bd2a25 #bd25b8

Monochromatic Colors of #bd256c

#bd256c

Complementary Color

#bd256c #25bd76

#bd256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd256c Color CSS Codes

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

#bd256c Text Font Color

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

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


#bd256c Background Color

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

This div background color is #bd256c


#bd256c Border Color

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

This div border color is #bd256c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd256c


Comments

No comments written yet.

Please login to write comment.