Color Hex Logo

#bb619d Color Hex

#BB619D
(187,97,157)
0 Favorites   0 Comments

Color spaces of #bb619d

RGB 18797157
HSL0.890.400.56
HSV320°48°73°
CMYK 0.000.480.16   0.27
XYZ30.854021.548534.4314
Yxy21.54850.35530.2482
Hunter Lab46.420437.4071-11.4830
CIE-Lab53.544643.8712-16.3533

#bb619d color RGB value is (187,97,157).

#bb619d hex color red value is 187, green value is 97 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bb619d hue: 0.89 , saturation: 0.40 and the lightness value of bb619d is 0.56.

The process color (four color CMYK) of #bb619d color hex is 0.00, 0.48, 0.16, 0.27. Web safe color of #bb619d is #cc6699. Color #bb619d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100001 10011101
Octal 273 141 235
Decimal 187 97 157
Hex BB 61 9D

RGB Percentages of Color #bb619d

%42.40
%22.00
%35.60

CMYK Percentages of Color #bb619d

%0
%48
%16
%27

Triadic Colors of #bb619d

#bb619d #9dbb61 #619dbb

Analogous Colors of #bb619d

#bb619d #bb6170 #ac61bb

Monochromatic Colors of #bb619d

#bb619d

Complementary Color

#bb619d #61bb7f

#bb619d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb619d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb619d Color CSS Codes

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

#bb619d Text Font Color

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

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


#bb619d Background Color

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

This div background color is #bb619d


#bb619d Border Color

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

This div border color is #bb619d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb619d


Comments

No comments written yet.

Please login to write comment.