Color Hex Logo

#bd178d Color Hex

#BD178D
(189,23,141)
0 Favorites   0 Comments

Color spaces of #bd178d

RGB 18923141
HSL0.880.780.42
HSV317°88°74°
CMYK 0.000.880.25   0.26
XYZ26.100413.354726.4014
Yxy13.35470.39630.2028
Hunter Lab36.544163.5356-17.2534
CIE-Lab43.292969.4193-22.4859

#bd178d color RGB value is (189,23,141).

#bd178d hex color red value is 189, green value is 23 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bd178d hue: 0.88 , saturation: 0.78 and the lightness value of bd178d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010111 10001101
Octal 275 27 215
Decimal 189 23 141
Hex BD 17 8D

RGB Percentages of Color #bd178d

%53.54
%6.52
%39.94

CMYK Percentages of Color #bd178d

%0
%88
%25
%26

Triadic Colors of #bd178d

#bd178d #8dbd17 #178dbd

Analogous Colors of #bd178d

#bd178d #bd173a #9a17bd

Monochromatic Colors of #bd178d

#bd178d

Complementary Color

#bd178d #17bd47

#bd178d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd178d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd178d Color CSS Codes

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

#bd178d Text Font Color

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

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


#bd178d Background Color

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

This div background color is #bd178d


#bd178d Border Color

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

This div border color is #bd178d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd178d


Comments

No comments written yet.

Please login to write comment.