Color Hex Logo

#bb638a Color Hex

#BB638A
(187,99,138)
0 Favorites   0 Comments

Color spaces of #bb638a

RGB 18799138
HSL0.930.390.56
HSV333°47°73°
CMYK 0.000.470.26   0.27
XYZ29.542821.323526.6035
Yxy21.32350.38130.2752
Hunter Lab46.177433.3882-1.8337
CIE-Lab53.301739.9798-5.5467

#bb638a color RGB value is (187,99,138).

#bb638a hex color red value is 187, green value is 99 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bb638a hue: 0.93 , saturation: 0.39 and the lightness value of bb638a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100011 10001010
Octal 273 143 212
Decimal 187 99 138
Hex BB 63 8A

RGB Percentages of Color #bb638a

%44.10
%23.35
%32.55

CMYK Percentages of Color #bb638a

%0
%47
%26
%27

Triadic Colors of #bb638a

#bb638a #8abb63 #638abb

Analogous Colors of #bb638a

#bb638a #bb6863 #bb63b6

Monochromatic Colors of #bb638a

#bb638a

Complementary Color

#bb638a #63bb94

#bb638a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb638a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb638a Color CSS Codes

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

#bb638a Text Font Color

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

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


#bb638a Background Color

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

This div background color is #bb638a


#bb638a Border Color

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

This div border color is #bb638a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb638a


Comments

No comments written yet.

Please login to write comment.