Color Hex Logo

#bb62a1 Color Hex

#BB62A1
(187,98,161)
0 Favorites   0 Comments

Color spaces of #bb62a1

RGB 18798161
HSL0.880.400.56
HSV318°48°73°
CMYK 0.000.480.14   0.27
XYZ31.294221.873436.2908
Yxy21.87340.34980.2445
Hunter Lab46.769037.5926-13.2683
CIE-Lab53.892443.9987-18.1636

#bb62a1 color RGB value is (187,98,161).

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

The process color (four color CMYK) of #bb62a1 color hex is 0.00, 0.48, 0.14, 0.27. Web safe color of #bb62a1 is #cc6699. Color #bb62a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100010 10100001
Octal 273 142 241
Decimal 187 98 161
Hex BB 62 A1

RGB Percentages of Color #bb62a1

%41.93
%21.97
%36.10

CMYK Percentages of Color #bb62a1

%0
%48
%14
%27

Triadic Colors of #bb62a1

#bb62a1 #a1bb62 #62a1bb

Analogous Colors of #bb62a1

#bb62a1 #bb6275 #a962bb

Monochromatic Colors of #bb62a1

#bb62a1

Complementary Color

#bb62a1 #62bb7c

#bb62a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb62a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb62a1 Color CSS Codes

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

#bb62a1 Text Font Color

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

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


#bb62a1 Background Color

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

This div background color is #bb62a1


#bb62a1 Border Color

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

This div border color is #bb62a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb62a1


Comments

No comments written yet.

Please login to write comment.