Color Hex Logo

#b393ce Color Hex

#B393CE
(179,147,206)
0 Favorites   0 Comments

Color spaces of #b393ce

RGB 179147206
HSL0.760.380.69
HSV273°29°81°
CMYK 0.130.290.00   0.19
XYZ40.164734.907463.0134
Yxy34.90740.29090.2528
Hunter Lab59.082517.9512-21.8770
CIE-Lab65.676523.1540-25.8472

#b393ce color RGB value is (179,147,206).

#b393ce hex color red value is 179, green value is 147 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b393ce hue: 0.76 , saturation: 0.38 and the lightness value of b393ce is 0.69.

The process color (four color CMYK) of #b393ce color hex is 0.13, 0.29, 0.00, 0.19. Web safe color of #b393ce is #cc99cc. Color #b393ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10010011 11001110
Octal 263 223 316
Decimal 179 147 206
Hex B3 93 CE

RGB Percentages of Color #b393ce

%33.65
%27.63
%38.72

CMYK Percentages of Color #b393ce

%13
%29
%0
%19

Triadic Colors of #b393ce

#b393ce #ceb393 #93ceb3

Analogous Colors of #b393ce

#b393ce #ce93cc #9693ce

Monochromatic Colors of #b393ce

#b393ce

Complementary Color

#b393ce #aece93

#b393ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b393ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b393ce Color CSS Codes

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

#b393ce Text Font Color

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

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


#b393ce Background Color

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

This div background color is #b393ce


#b393ce Border Color

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

This div border color is #b393ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b393ce


Comments

No comments written yet.

Please login to write comment.