Color Hex Logo

#bd168e Color Hex

#BD168E
(189,22,142)
0 Favorites   0 Comments

Color spaces of #bd168e

RGB 18922142
HSL0.880.790.41
HSV317°88°74°
CMYK 0.000.880.25   0.26
XYZ26.155713.345626.7886
Yxy13.34560.39460.2013
Hunter Lab36.531663.8710-17.9051
CIE-Lab43.279469.7068-23.1159

#bd168e color RGB value is (189,22,142).

#bd168e hex color red value is 189, green value is 22 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bd168e hue: 0.88 , saturation: 0.79 and the lightness value of bd168e is 0.41.

The process color (four color CMYK) of #bd168e color hex is 0.00, 0.88, 0.25, 0.26. Web safe color of #bd168e is #cc0099. Color #bd168e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010110 10001110
Octal 275 26 216
Decimal 189 22 142
Hex BD 16 8E

RGB Percentages of Color #bd168e

%53.54
%6.23
%40.23

CMYK Percentages of Color #bd168e

%0
%88
%25
%26

Triadic Colors of #bd168e

#bd168e #8ebd16 #168ebd

Analogous Colors of #bd168e

#bd168e #bd163b #9916bd

Monochromatic Colors of #bd168e

#bd168e

Complementary Color

#bd168e #16bd45

#bd168e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd168e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd168e Color CSS Codes

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

#bd168e Text Font Color

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

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


#bd168e Background Color

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

This div background color is #bd168e


#bd168e Border Color

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

This div border color is #bd168e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd168e


Comments

No comments written yet.

Please login to write comment.