Color Hex Logo

#b493ce Color Hex

#B493CE
(180,147,206)
0 Favorites   0 Comments

Color spaces of #b493ce

RGB 180147206
HSL0.760.380.69
HSV274°29°81°
CMYK 0.130.290.00   0.19
XYZ40.396735.027063.0243
Yxy35.02700.29180.2530
Hunter Lab59.183618.2666-21.7091
CIE-Lab65.769723.4735-25.6962

#b493ce color RGB value is (180,147,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010011 11001110
Octal 264 223 316
Decimal 180 147 206
Hex B4 93 CE

RGB Percentages of Color #b493ce

%33.77
%27.58
%38.65

CMYK Percentages of Color #b493ce

%13
%29
%0
%19

Triadic Colors of #b493ce

#b493ce #ceb493 #93ceb4

Analogous Colors of #b493ce

#b493ce #ce93cb #9793ce

Monochromatic Colors of #b493ce

#b493ce

Complementary Color

#b493ce #adce93

#b493ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b493ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b493ce Color CSS Codes

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

#b493ce Text Font Color

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

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


#b493ce Background Color

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

This div background color is #b493ce


#b493ce Border Color

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

This div border color is #b493ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b493ce


Comments

No comments written yet.

Please login to write comment.