Color Hex Logo

#bb3d82 Color Hex

#BB3D82
(187,61,130)
0 Favorites   0 Comments

Color spaces of #bb3d82

RGB 18761130
HSL0.910.510.49
HSV327°67°73°
CMYK 0.000.670.30   0.27
XYZ26.191515.514022.7331
Yxy15.51400.40650.2408
Hunter Lab39.387849.7675-6.6484
CIE-Lab46.330356.7048-11.1826

#bb3d82 color RGB value is (187,61,130).

#bb3d82 hex color red value is 187, green value is 61 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bb3d82 hue: 0.91 , saturation: 0.51 and the lightness value of bb3d82 is 0.49.

The process color (four color CMYK) of #bb3d82 color hex is 0.00, 0.67, 0.30, 0.27. Web safe color of #bb3d82 is #cc3399. Color #bb3d82 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111101 10000010
Octal 273 75 202
Decimal 187 61 130
Hex BB 3D 82

RGB Percentages of Color #bb3d82

%49.47
%16.14
%34.39

CMYK Percentages of Color #bb3d82

%0
%67
%30
%27

Triadic Colors of #bb3d82

#bb3d82 #82bb3d #3d82bb

Analogous Colors of #bb3d82

#bb3d82 #bb3d43 #b53dbb

Monochromatic Colors of #bb3d82

#bb3d82

Complementary Color

#bb3d82 #3dbb76

#bb3d82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3d82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3d82 Color CSS Codes

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

#bb3d82 Text Font Color

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

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


#bb3d82 Background Color

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

This div background color is #bb3d82


#bb3d82 Border Color

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

This div border color is #bb3d82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,61,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3d82


Comments

No comments written yet.

Please login to write comment.