Color Hex Logo

#bd368b Color Hex

#BD368B
(189,54,139)
0 Favorites   0 Comments

Color spaces of #bd368b

RGB 18954139
HSL0.900.560.48
HSV322°71°74°
CMYK 0.000.710.26   0.26
XYZ26.965615.321225.9621
Yxy15.32120.39510.2245
Hunter Lab39.142354.4717-11.9259
CIE-Lab46.071060.9967-17.0005

#bd368b color RGB value is (189,54,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110110 10001011
Octal 275 66 213
Decimal 189 54 139
Hex BD 36 8B

RGB Percentages of Color #bd368b

%49.48
%14.14
%36.39

CMYK Percentages of Color #bd368b

%0
%71
%26
%26

Triadic Colors of #bd368b

#bd368b #8bbd36 #368bbd

Analogous Colors of #bd368b

#bd368b #bd3648 #ac36bd

Monochromatic Colors of #bd368b

#bd368b

Complementary Color

#bd368b #36bd68

#bd368b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd368b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd368b Color CSS Codes

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

#bd368b Text Font Color

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

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


#bd368b Background Color

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

This div background color is #bd368b


#bd368b Border Color

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

This div border color is #bd368b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd368b


Comments

No comments written yet.

Please login to write comment.