Color Hex Logo

#b392dc Color Hex

#B392DC
(179,146,220)
0 Favorites   0 Comments

Color spaces of #b392dc

RGB 179146220
HSL0.740.510.72
HSV267°34°86°
CMYK 0.190.340.00   0.14
XYZ41.787635.308872.3230
Yxy35.30880.27970.2363
Hunter Lab59.421221.5419-30.5685
CIE-Lab65.988426.7968-33.1434

#b392dc color RGB value is (179,146,220).

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

The process color (four color CMYK) of #b392dc color hex is 0.19, 0.34, 0.00, 0.14. Web safe color of #b392dc is #cc99cc. Color #b392dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010010 11011100
Octal 263 222 334
Decimal 179 146 220
Hex B3 92 DC

RGB Percentages of Color #b392dc

%32.84
%26.79
%40.37

CMYK Percentages of Color #b392dc

%19
%34
%0
%14

Triadic Colors of #b392dc

#b392dc #dcb392 #92dcb3

Analogous Colors of #b392dc

#b392dc #d892dc #9296dc

Monochromatic Colors of #b392dc

#b392dc

Complementary Color

#b392dc #bbdc92

#b392dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b392dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b392dc Color CSS Codes

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

#b392dc Text Font Color

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

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


#b392dc Background Color

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

This div background color is #b392dc


#b392dc Border Color

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

This div border color is #b392dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,146,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b392dc


Comments

No comments written yet.

Please login to write comment.