Color Hex Logo

#b392df Color Hex

#B392DF
(179,146,223)
0 Favorites   0 Comments

Color spaces of #b392df

RGB 179146223
HSL0.740.550.72
HSV266°35°87°
CMYK 0.200.350.00   0.13
XYZ42.188635.469274.4347
Yxy35.46920.27740.2332
Hunter Lab59.556022.2237-32.4130
CIE-Lab66.112327.4747-34.6118

#b392df color RGB value is (179,146,223).

#b392df hex color red value is 179, green value is 146 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b392df hue: 0.74 , saturation: 0.55 and the lightness value of b392df is 0.72.

The process color (four color CMYK) of #b392df color hex is 0.20, 0.35, 0.00, 0.13. Web safe color of #b392df is #cc99cc. Color #b392df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010010 11011111
Octal 263 222 337
Decimal 179 146 223
Hex B3 92 DF

RGB Percentages of Color #b392df

%32.66
%26.64
%40.69

CMYK Percentages of Color #b392df

%20
%35
%0
%13

Triadic Colors of #b392df

#b392df #dfb392 #92dfb3

Analogous Colors of #b392df

#b392df #da92df #9298df

Monochromatic Colors of #b392df

#b392df

Complementary Color

#b392df #bedf92

#b392df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b392df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b392df Color CSS Codes

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

#b392df Text Font Color

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

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


#b392df Background Color

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

This div background color is #b392df


#b392df Border Color

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

This div border color is #b392df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,146,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 #b392df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b392df


Comments

No comments written yet.

Please login to write comment.