Color Hex Logo

#bb038d Color Hex

#BB038D
(187,3,141)
0 Favorites   0 Comments

Color spaces of #bb038d

RGB 1873141
HSL0.880.970.37
HSV315°98°73°
CMYK 0.000.980.25   0.27
XYZ25.333812.553026.2870
Yxy12.55300.39480.1956
Hunter Lab35.430265.6307-19.1883
CIE-Lab42.081971.4259-24.3935

#bb038d color RGB value is (187,3,141).

#bb038d hex color red value is 187, green value is 3 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #bb038d hue: 0.88 , saturation: 0.97 and the lightness value of bb038d is 0.37.

The process color (four color CMYK) of #bb038d color hex is 0.00, 0.98, 0.25, 0.27. Web safe color of #bb038d is #cc0099. Color #bb038d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000011 10001101
Octal 273 3 215
Decimal 187 3 141
Hex BB 3 8D

RGB Percentages of Color #bb038d

%56.50
%0.91
%42.60

CMYK Percentages of Color #bb038d

%0
%98
%25
%27

Triadic Colors of #bb038d

#bb038d #8dbb03 #038dbb

Analogous Colors of #bb038d

#bb038d #bb0331 #8d03bb

Monochromatic Colors of #bb038d

#bb038d

Complementary Color

#bb038d #03bb31

#bb038d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb038d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb038d Color CSS Codes

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

#bb038d Text Font Color

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

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


#bb038d Background Color

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

This div background color is #bb038d


#bb038d Border Color

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

This div border color is #bb038d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb038d


Comments

No comments written yet.

Please login to write comment.