Color Hex Logo

#bb315c Color Hex

#BB315C
(187,49,92)
0 Favorites   0 Comments

Color spaces of #bb315c

RGB 1874992
HSL0.950.580.46
HSV341°74°73°
CMYK 0.000.740.51   0.27
XYZ23.523613.534111.4977
Yxy13.53410.48450.2787
Hunter Lab36.788749.75707.2220
CIE-Lab43.557257.21238.1526

#bb315c color RGB value is (187,49,92).

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

The process color (four color CMYK) of #bb315c color hex is 0.00, 0.74, 0.51, 0.27. Web safe color of #bb315c is #cc3366. Color #bb315c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110001 01011100
Octal 273 61 134
Decimal 187 49 92
Hex BB 31 5C

RGB Percentages of Color #bb315c

%57.01
%14.94
%28.05

CMYK Percentages of Color #bb315c

%0
%74
%51
%27

Triadic Colors of #bb315c

#bb315c #5cbb31 #315cbb

Analogous Colors of #bb315c

#bb315c #bb4b31 #bb31a1

Monochromatic Colors of #bb315c

#bb315c

Complementary Color

#bb315c #31bb90

#bb315c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb315c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb315c Color CSS Codes

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

#bb315c Text Font Color

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

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


#bb315c Background Color

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

This div background color is #bb315c


#bb315c Border Color

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

This div border color is #bb315c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb315c


Comments

No comments written yet.

Please login to write comment.