Color Hex Logo

#b193ef Color Hex

#B193EF
(177,147,239)
0 Favorites   0 Comments

Color spaces of #b193ef

RGB 177147239
HSL0.720.740.76
HSV260°38°94°
CMYK 0.260.380.00   0.06
XYZ44.145236.446586.3695
Yxy36.44650.26440.2183
Hunter Lab60.370924.8759-42.5634
CIE-Lab66.859730.0608-42.2770

#b193ef color RGB value is (177,147,239).

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

The process color (four color CMYK) of #b193ef color hex is 0.26, 0.38, 0.00, 0.06. Web safe color of #b193ef is #9999ff. Color #b193ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010011 11101111
Octal 261 223 357
Decimal 177 147 239
Hex B1 93 EF

RGB Percentages of Color #b193ef

%31.44
%26.11
%42.45

CMYK Percentages of Color #b193ef

%26
%38
%0
%6

Triadic Colors of #b193ef

#b193ef #efb193 #93efb1

Analogous Colors of #b193ef

#b193ef #df93ef #93a3ef

Monochromatic Colors of #b193ef

#b193ef

Complementary Color

#b193ef #d1ef93

#b193ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b193ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b193ef Color CSS Codes

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

#b193ef Text Font Color

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

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


#b193ef Background Color

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

This div background color is #b193ef


#b193ef Border Color

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

This div border color is #b193ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b193ef


Comments

No comments written yet.

Please login to write comment.