Color Hex Logo

#b193cf Color Hex

#B193CF
(177,147,207)
0 Favorites   0 Comments

Color spaces of #b193cf

RGB 177147207
HSL0.750.380.69
HSV270°29°81°
CMYK 0.140.290.00   0.19
XYZ39.827734.719563.6339
Yxy34.71950.28820.2513
Hunter Lab58.923317.5369-22.7837
CIE-Lab65.529722.7345-26.6456

#b193cf color RGB value is (177,147,207).

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

The process color (four color CMYK) of #b193cf color hex is 0.14, 0.29, 0.00, 0.19. Web safe color of #b193cf is #9999cc. Color #b193cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010011 11001111
Octal 261 223 317
Decimal 177 147 207
Hex B1 93 CF

RGB Percentages of Color #b193cf

%33.33
%27.68
%38.98

CMYK Percentages of Color #b193cf

%14
%29
%0
%19

Triadic Colors of #b193cf

#b193cf #cfb193 #93cfb1

Analogous Colors of #b193cf

#b193cf #cf93cf #9393cf

Monochromatic Colors of #b193cf

#b193cf

Complementary Color

#b193cf #b1cf93

#b193cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b193cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b193cf Color CSS Codes

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

#b193cf Text Font Color

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

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


#b193cf Background Color

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

This div background color is #b193cf


#b193cf Border Color

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

This div border color is #b193cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b193cf


Comments

No comments written yet.

Please login to write comment.