Color Hex Logo

#bb438e Color Hex

#BB438E
(187,67,142)
0 Favorites   0 Comments

Color spaces of #bb438e

RGB 18767142
HSL0.900.470.50
HSV323°64°73°
CMYK 0.000.640.24   0.27
XYZ27.383216.532127.3389
Yxy16.53210.38430.2320
Hunter Lab40.659749.0605-11.4038
CIE-Lab47.665055.8135-16.4069

#bb438e color RGB value is (187,67,142).

#bb438e hex color red value is 187, green value is 67 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bb438e hue: 0.90 , saturation: 0.47 and the lightness value of bb438e is 0.50.

The process color (four color CMYK) of #bb438e color hex is 0.00, 0.64, 0.24, 0.27. Web safe color of #bb438e is #cc3399. Color #bb438e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000011 10001110
Octal 273 103 216
Decimal 187 67 142
Hex BB 43 8E

RGB Percentages of Color #bb438e

%47.22
%16.92
%35.86

CMYK Percentages of Color #bb438e

%0
%64
%24
%27

Triadic Colors of #bb438e

#bb438e #8ebb43 #438ebb

Analogous Colors of #bb438e

#bb438e #bb4352 #ac43bb

Monochromatic Colors of #bb438e

#bb438e

Complementary Color

#bb438e #43bb70

#bb438e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb438e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb438e Color CSS Codes

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

#bb438e Text Font Color

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

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


#bb438e Background Color

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

This div background color is #bb438e


#bb438e Border Color

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

This div border color is #bb438e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb438e


Comments

No comments written yet.

Please login to write comment.