Color Hex Logo

#bb204b Color Hex

#BB204B
(187,32,75)
0 Favorites   0 Comments

Color spaces of #bb204b

RGB 1873275
HSL0.950.710.43
HSV343°83°73°
CMYK 0.000.830.60   0.27
XYZ22.280012.10587.8190
Yxy12.10580.52790.2868
Hunter Lab34.793453.414311.0313
CIE-Lab41.383860.948115.8071

#bb204b color RGB value is (187,32,75).

#bb204b hex color red value is 187, green value is 32 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bb204b hue: 0.95 , saturation: 0.71 and the lightness value of bb204b is 0.43.

The process color (four color CMYK) of #bb204b color hex is 0.00, 0.83, 0.60, 0.27. Web safe color of #bb204b is #cc3333. Color #bb204b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100000 01001011
Octal 273 40 113
Decimal 187 32 75
Hex BB 20 4B

RGB Percentages of Color #bb204b

%63.61
%10.88
%25.51

CMYK Percentages of Color #bb204b

%0
%83
%60
%27

Triadic Colors of #bb204b

#bb204b #4bbb20 #204bbb

Analogous Colors of #bb204b

#bb204b #bb4320 #bb2099

Monochromatic Colors of #bb204b

#bb204b

Complementary Color

#bb204b #20bb90

#bb204b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb204b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb204b Color CSS Codes

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

#bb204b Text Font Color

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

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


#bb204b Background Color

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

This div background color is #bb204b


#bb204b Border Color

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

This div border color is #bb204b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb204b


Comments

No comments written yet.

Please login to write comment.