Color Hex Logo

#bd367b Color Hex

#BD367B
(189,54,123)
0 Favorites   0 Comments

Color spaces of #bd367b

RGB 18954123
HSL0.910.560.48
HSV329°71°74°
CMYK 0.000.710.35   0.26
XYZ25.880614.887220.2484
Yxy14.88720.42420.2440
Hunter Lab38.583952.2090-4.1059
CIE-Lab45.479359.0803-8.1593

#bd367b color RGB value is (189,54,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110110 01111011
Octal 275 66 173
Decimal 189 54 123
Hex BD 36 7B

RGB Percentages of Color #bd367b

%51.64
%14.75
%33.61

CMYK Percentages of Color #bd367b

%0
%71
%35
%26

Triadic Colors of #bd367b

#bd367b #7bbd36 #367bbd

Analogous Colors of #bd367b

#bd367b #bd3638 #bc36bd

Monochromatic Colors of #bd367b

#bd367b

Complementary Color

#bd367b #36bd78

#bd367b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd367b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd367b Color CSS Codes

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

#bd367b Text Font Color

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

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


#bd367b Background Color

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

This div background color is #bd367b


#bd367b Border Color

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

This div border color is #bd367b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd367b


Comments

No comments written yet.

Please login to write comment.