Color Hex Logo

#b193dc Color Hex

#B193DC
(177,147,220)
0 Favorites   0 Comments

Color spaces of #b193dc

RGB 177147220
HSL0.740.510.72
HSV265°33°86°
CMYK 0.200.330.00   0.14
XYZ41.483435.381972.3531
Yxy35.38190.27800.2371
Hunter Lab59.482720.3917-30.4808
CIE-Lab66.044925.6282-33.0701

#b193dc color RGB value is (177,147,220).

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

The process color (four color CMYK) of #b193dc color hex is 0.20, 0.33, 0.00, 0.14. Web safe color of #b193dc is #9999cc. Color #b193dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010011 11011100
Octal 261 223 334
Decimal 177 147 220
Hex B1 93 DC

RGB Percentages of Color #b193dc

%32.54
%27.02
%40.44

CMYK Percentages of Color #b193dc

%20
%33
%0
%14

Triadic Colors of #b193dc

#b193dc #dcb193 #93dcb1

Analogous Colors of #b193dc

#b193dc #d693dc #939adc

Monochromatic Colors of #b193dc

#b193dc

Complementary Color

#b193dc #bedc93

#b193dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b193dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b193dc Color CSS Codes

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

#b193dc Text Font Color

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

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


#b193dc Background Color

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

This div background color is #b193dc


#b193dc Border Color

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

This div border color is #b193dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b193dc


Comments

No comments written yet.

Please login to write comment.