Color Hex Logo

#bd368d Color Hex

#BD368D
(189,54,141)
0 Favorites   0 Comments

Color spaces of #bd368d

RGB 18954141
HSL0.890.560.48
HSV321°71°74°
CMYK 0.000.710.25   0.26
XYZ27.113215.380226.7390
Yxy15.38020.39160.2222
Hunter Lab39.217654.7757-12.9723
CIE-Lab46.150661.2521-18.0882

#bd368d color RGB value is (189,54,141).

#bd368d hex color red value is 189, green value is 54 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bd368d hue: 0.89 , saturation: 0.56 and the lightness value of bd368d is 0.48.

The process color (four color CMYK) of #bd368d color hex is 0.00, 0.71, 0.25, 0.26. Web safe color of #bd368d is #cc3399. Color #bd368d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110110 10001101
Octal 275 66 215
Decimal 189 54 141
Hex BD 36 8D

RGB Percentages of Color #bd368d

%49.22
%14.06
%36.72

CMYK Percentages of Color #bd368d

%0
%71
%25
%26

Triadic Colors of #bd368d

#bd368d #8dbd36 #368dbd

Analogous Colors of #bd368d

#bd368d #bd364a #aa36bd

Monochromatic Colors of #bd368d

#bd368d

Complementary Color

#bd368d #36bd66

#bd368d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd368d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd368d Color CSS Codes

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

#bd368d Text Font Color

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

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


#bd368d Background Color

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

This div background color is #bd368d


#bd368d Border Color

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

This div border color is #bd368d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,54,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 #bd368d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd368d


Comments

No comments written yet.

Please login to write comment.