Color Hex Logo

#b392da Color Hex

#B392DA
(179,146,218)
0 Favorites   0 Comments

Color spaces of #b392da

RGB 179146218
HSL0.740.490.71
HSV268°33°85°
CMYK 0.180.330.00   0.15
XYZ41.524235.203470.9360
Yxy35.20340.28120.2384
Hunter Lab59.332521.0926-29.3525
CIE-Lab65.906726.3482-32.1615

#b392da color RGB value is (179,146,218).

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

The process color (four color CMYK) of #b392da color hex is 0.18, 0.33, 0.00, 0.15. Web safe color of #b392da is #cc99cc. Color #b392da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010010 11011010
Octal 263 222 332
Decimal 179 146 218
Hex B3 92 DA

RGB Percentages of Color #b392da

%32.97
%26.89
%40.15

CMYK Percentages of Color #b392da

%18
%33
%0
%15

Triadic Colors of #b392da

#b392da #dab392 #92dab3

Analogous Colors of #b392da

#b392da #d792da #9295da

Monochromatic Colors of #b392da

#b392da

Complementary Color

#b392da #b9da92

#b392da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b392da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b392da Color CSS Codes

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

#b392da Text Font Color

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

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


#b392da Background Color

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

This div background color is #b392da


#b392da Border Color

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

This div border color is #b392da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b392da

#b392da Color Palettes


Comments

No comments written yet.

Please login to write comment.