Color Hex Logo

#bb74a4 Color Hex

#BB74A4
(187,116,164)
0 Favorites   0 Comments

Color spaces of #bb74a4

RGB 187116164
HSL0.890.340.59
HSV319°38°73°
CMYK 0.000.380.12   0.27
XYZ33.439725.735938.3270
Yxy25.73590.34300.2640
Hunter Lab50.730628.8821-9.2823
CIE-Lab57.785534.9346-13.9978

#bb74a4 color RGB value is (187,116,164).

#bb74a4 hex color red value is 187, green value is 116 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #bb74a4 hue: 0.89 , saturation: 0.34 and the lightness value of bb74a4 is 0.59.

The process color (four color CMYK) of #bb74a4 color hex is 0.00, 0.38, 0.12, 0.27. Web safe color of #bb74a4 is #cc6699. Color #bb74a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 10100100
Octal 273 164 244
Decimal 187 116 164
Hex BB 74 A4

RGB Percentages of Color #bb74a4

%40.04
%24.84
%35.12

CMYK Percentages of Color #bb74a4

%0
%38
%12
%27

Triadic Colors of #bb74a4

#bb74a4 #a4bb74 #74a4bb

Analogous Colors of #bb74a4

#bb74a4 #bb7481 #af74bb

Monochromatic Colors of #bb74a4

#bb74a4

Complementary Color

#bb74a4 #74bb8b

#bb74a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb74a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb74a4 Color CSS Codes

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

#bb74a4 Text Font Color

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

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


#bb74a4 Background Color

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

This div background color is #bb74a4


#bb74a4 Border Color

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

This div border color is #bb74a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb74a4


Comments

No comments written yet.

Please login to write comment.