Color Hex Logo

#b92add Color Hex

#B92ADD
(185,42,221)
0 Favorites   0 Comments

Color spaces of #b92add

RGB 18542221
HSL0.800.720.52
HSV288°81°87°
CMYK 0.160.810.00   0.13
XYZ33.886717.190769.9387
Yxy17.19070.28000.1421
Hunter Lab41.461773.3305-70.9889
CIE-Lab48.499476.5266-61.3577

#b92add color RGB value is (185,42,221).

#b92add hex color red value is 185, green value is 42 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b92add hue: 0.80 , saturation: 0.72 and the lightness value of b92add is 0.52.

The process color (four color CMYK) of #b92add color hex is 0.16, 0.81, 0.00, 0.13. Web safe color of #b92add is #cc33cc. Color #b92add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00101010 11011101
Octal 271 52 335
Decimal 185 42 221
Hex B9 2A DD

RGB Percentages of Color #b92add

%41.29
%9.38
%49.33

CMYK Percentages of Color #b92add

%16
%81
%0
%13

Triadic Colors of #b92add

#b92add #ddb92a #2addb9

Analogous Colors of #b92add

#b92add #dd2aa8 #602add

Monochromatic Colors of #b92add

#b92add

Complementary Color

#b92add #4edd2a

#b92add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b92add Color Preview on White Background

Lorem ipsum dolor sit amet.

#b92add Color CSS Codes

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

#b92add Text Font Color

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

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


#b92add Background Color

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

This div background color is #b92add


#b92add Border Color

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

This div border color is #b92add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b92add


Comments

No comments written yet.

Please login to write comment.