Color Hex Logo

#bb314a Color Hex

#BB314A
(187,49,74)
0 Favorites   0 Comments

Color spaces of #bb314a

RGB 1874974
HSL0.970.580.46
HSV349°74°73°
CMYK 0.000.740.60   0.27
XYZ22.827913.25587.8340
Yxy13.25580.51980.3018
Hunter Lab36.408548.203412.7286
CIE-Lab43.146255.858318.7925

#bb314a color RGB value is (187,49,74).

#bb314a hex color red value is 187, green value is 49 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bb314a hue: 0.97 , saturation: 0.58 and the lightness value of bb314a is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110001 01001010
Octal 273 61 112
Decimal 187 49 74
Hex BB 31 4A

RGB Percentages of Color #bb314a

%60.32
%15.81
%23.87

CMYK Percentages of Color #bb314a

%0
%74
%60
%27

Triadic Colors of #bb314a

#bb314a #4abb31 #314abb

Analogous Colors of #bb314a

#bb314a #bb5d31 #bb318f

Monochromatic Colors of #bb314a

#bb314a

Complementary Color

#bb314a #31bba2

#bb314a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb314a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb314a Color CSS Codes

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

#bb314a Text Font Color

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

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


#bb314a Background Color

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

This div background color is #bb314a


#bb314a Border Color

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

This div border color is #bb314a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb314a


Comments

No comments written yet.

Please login to write comment.