Color Hex Logo

#bb617a Color Hex

#BB617A
(187,97,122)
0 Favorites   0 Comments

Color spaces of #bb617a

RGB 18797122
HSL0.950.400.56
HSV343°48°73°
CMYK 0.000.480.35   0.27
XYZ28.281120.519320.8824
Yxy20.51930.40590.2945
Hunter Lab45.298232.17124.3762
CIE-Lab52.419338.89142.6270

#bb617a color RGB value is (187,97,122).

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

The process color (four color CMYK) of #bb617a color hex is 0.00, 0.48, 0.35, 0.27. Web safe color of #bb617a is #cc6666. Color #bb617a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100001 01111010
Octal 273 141 172
Decimal 187 97 122
Hex BB 61 7A

RGB Percentages of Color #bb617a

%46.06
%23.89
%30.05

CMYK Percentages of Color #bb617a

%0
%48
%35
%27

Triadic Colors of #bb617a

#bb617a #7abb61 #617abb

Analogous Colors of #bb617a

#bb617a #bb7561 #bb61a7

Monochromatic Colors of #bb617a

#bb617a

Complementary Color

#bb617a #61bba2

#bb617a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb617a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb617a Color CSS Codes

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

#bb617a Text Font Color

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

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


#bb617a Background Color

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

This div background color is #bb617a


#bb617a Border Color

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

This div border color is #bb617a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb617a


Comments

No comments written yet.

Please login to write comment.