Color Hex Logo

#b920bb Color Hex

#B920BB
(185,32,187)
0 Favorites   0 Comments

Color spaces of #b920bb

RGB 18532187
HSL0.830.710.43
HSV299°83°73°
CMYK 0.010.830.00   0.27
XYZ29.493714.935248.3420
Yxy14.93520.31790.1610
Hunter Lab38.646168.5960-47.1130
CIE-Lab45.545373.2249-46.4629

#b920bb color RGB value is (185,32,187).

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

The process color (four color CMYK) of #b920bb color hex is 0.01, 0.83, 0.00, 0.27. Web safe color of #b920bb is #cc33cc. Color #b920bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00100000 10111011
Octal 271 40 273
Decimal 185 32 187
Hex B9 20 BB

RGB Percentages of Color #b920bb

%45.79
%7.92
%46.29

CMYK Percentages of Color #b920bb

%1
%83
%0
%27

Triadic Colors of #b920bb

#b920bb #bbb920 #20bbb9

Analogous Colors of #b920bb

#b920bb #bb2070 #6c20bb

Monochromatic Colors of #b920bb

#b920bb

Complementary Color

#b920bb #22bb20

#b920bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b920bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b920bb Color CSS Codes

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

#b920bb Text Font Color

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

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


#b920bb Background Color

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

This div background color is #b920bb


#b920bb Border Color

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

This div border color is #b920bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b920bb


Comments

No comments written yet.

Please login to write comment.