Color Hex Logo

#b393dc Color Hex

#B393DC
(179,147,220)
0 Favorites   0 Comments

Color spaces of #b393dc

RGB 179147220
HSL0.740.510.72
HSV266°33°86°
CMYK 0.190.330.00   0.14
XYZ41.942435.618472.3746
Yxy35.61840.27970.2376
Hunter Lab59.681221.0033-30.1234
CIE-Lab66.227326.2357-32.7729

#b393dc color RGB value is (179,147,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010011 11011100
Octal 263 223 334
Decimal 179 147 220
Hex B3 93 DC

RGB Percentages of Color #b393dc

%32.78
%26.92
%40.29

CMYK Percentages of Color #b393dc

%19
%33
%0
%14

Triadic Colors of #b393dc

#b393dc #dcb393 #93dcb3

Analogous Colors of #b393dc

#b393dc #d893dc #9398dc

Monochromatic Colors of #b393dc

#b393dc

Complementary Color

#b393dc #bcdc93

#b393dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b393dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b393dc Color CSS Codes

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

#b393dc Text Font Color

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

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


#b393dc Background Color

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

This div background color is #b393dc


#b393dc Border Color

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

This div border color is #b393dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b393dc


Comments

No comments written yet.

Please login to write comment.