Color Hex Logo

#b195da Color Hex

#B195DA
(177,149,218)
0 Favorites   0 Comments

Color spaces of #b195da

RGB 177149218
HSL0.730.480.72
HSV264°32°85°
CMYK 0.190.320.00   0.15
XYZ41.533835.904071.0708
Yxy35.90400.27970.2418
Hunter Lab59.919918.8682-28.3797
CIE-Lab66.446524.0508-31.3406

#b195da color RGB value is (177,149,218).

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

The process color (four color CMYK) of #b195da color hex is 0.19, 0.32, 0.00, 0.15. Web safe color of #b195da is #9999cc. Color #b195da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010101 11011010
Octal 261 225 332
Decimal 177 149 218
Hex B1 95 DA

RGB Percentages of Color #b195da

%32.54
%27.39
%40.07

CMYK Percentages of Color #b195da

%19
%32
%0
%15

Triadic Colors of #b195da

#b195da #dab195 #95dab1

Analogous Colors of #b195da

#b195da #d495da #959cda

Monochromatic Colors of #b195da

#b195da

Complementary Color

#b195da #beda95

#b195da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b195da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b195da Color CSS Codes

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

#b195da Text Font Color

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

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


#b195da Background Color

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

This div background color is #b195da


#b195da Border Color

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

This div border color is #b195da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b195da


Comments

No comments written yet.

Please login to write comment.