Color Hex Logo

#b195ef Color Hex

#B195EF
(177,149,239)
0 Favorites   0 Comments

Color spaces of #b195ef

RGB 177149239
HSL0.720.740.76
HSV259°38°94°
CMYK 0.260.380.00   0.06
XYZ44.458937.074086.4741
Yxy37.07400.26460.2207
Hunter Lab60.888423.7806-41.5821
CIE-Lab67.332528.9377-41.5365

#b195ef color RGB value is (177,149,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010101 11101111
Octal 261 225 357
Decimal 177 149 239
Hex B1 95 EF

RGB Percentages of Color #b195ef

%31.33
%26.37
%42.30

CMYK Percentages of Color #b195ef

%26
%38
%0
%6

Triadic Colors of #b195ef

#b195ef #efb195 #95efb1

Analogous Colors of #b195ef

#b195ef #de95ef #95a6ef

Monochromatic Colors of #b195ef

#b195ef

Complementary Color

#b195ef #d3ef95

#b195ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b195ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b195ef Color CSS Codes

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

#b195ef Text Font Color

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

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


#b195ef Background Color

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

This div background color is #b195ef


#b195ef Border Color

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

This div border color is #b195ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b195ef


Comments

No comments written yet.

Please login to write comment.