Color Hex Logo

#bb618b Color Hex

#BB618B
(187,97,139)
0 Favorites   0 Comments

Color spaces of #bb618b

RGB 18797139
HSL0.920.400.56
HSV332°48°73°
CMYK 0.000.480.26   0.27
XYZ29.428420.978326.9243
Yxy20.97830.38060.2713
Hunter Lab45.802134.5348-2.7916
CIE-Lab52.925741.1628-6.6956

#bb618b color RGB value is (187,97,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100001 10001011
Octal 273 141 213
Decimal 187 97 139
Hex BB 61 8B

RGB Percentages of Color #bb618b

%44.21
%22.93
%32.86

CMYK Percentages of Color #bb618b

%0
%48
%26
%27

Triadic Colors of #bb618b

#bb618b #8bbb61 #618bbb

Analogous Colors of #bb618b

#bb618b #bb6461 #bb61b8

Monochromatic Colors of #bb618b

#bb618b

Complementary Color

#bb618b #61bb91

#bb618b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb618b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb618b Color CSS Codes

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

#bb618b Text Font Color

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

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


#bb618b Background Color

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

This div background color is #bb618b


#bb618b Border Color

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

This div border color is #bb618b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb618b


Comments

No comments written yet.

Please login to write comment.