Color Hex Logo

#b946df Color Hex

#B946DF
(185,70,223)
0 Favorites   0 Comments

Color spaces of #b946df

RGB 18570223
HSL0.790.710.57
HSV285°69°87°
CMYK 0.170.690.00   0.13
XYZ35.517020.022371.8048
Yxy20.02230.27890.1572
Hunter Lab44.746363.3769-63.8208
CIE-Lab51.862467.6279-57.0807

#b946df color RGB value is (185,70,223).

#b946df hex color red value is 185, green value is 70 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b946df hue: 0.79 , saturation: 0.71 and the lightness value of b946df is 0.57.

The process color (four color CMYK) of #b946df color hex is 0.17, 0.69, 0.00, 0.13. Web safe color of #b946df is #cc33cc. Color #b946df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01000110 11011111
Octal 271 106 337
Decimal 185 70 223
Hex B9 46 DF

RGB Percentages of Color #b946df

%38.70
%14.64
%46.65

CMYK Percentages of Color #b946df

%17
%69
%0
%13

Triadic Colors of #b946df

#b946df #dfb946 #46dfb9

Analogous Colors of #b946df

#b946df #df46b9 #6d46df

Monochromatic Colors of #b946df

#b946df

Complementary Color

#b946df #6cdf46

#b946df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b946df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b946df Color CSS Codes

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

#b946df Text Font Color

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

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


#b946df Background Color

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

This div background color is #b946df


#b946df Border Color

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

This div border color is #b946df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b946df


Comments

No comments written yet.

Please login to write comment.