Color Hex Logo

#b295cb Color Hex

#B295CB
(178,149,203)
0 Favorites   0 Comments

Color spaces of #b295cb

RGB 178149203
HSL0.760.340.69
HSV272°27°80°
CMYK 0.120.270.00   0.20
XYZ39.887035.271761.2058
Yxy35.27170.29250.2587
Hunter Lab59.390015.9502-19.5298
CIE-Lab65.959721.0669-23.7499

#b295cb color RGB value is (178,149,203).

#b295cb hex color red value is 178, green value is 149 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b295cb hue: 0.76 , saturation: 0.34 and the lightness value of b295cb is 0.69.

The process color (four color CMYK) of #b295cb color hex is 0.12, 0.27, 0.00, 0.20. Web safe color of #b295cb is #9999cc. Color #b295cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010101 11001011
Octal 262 225 313
Decimal 178 149 203
Hex B2 95 CB

RGB Percentages of Color #b295cb

%33.58
%28.11
%38.30

CMYK Percentages of Color #b295cb

%12
%27
%0
%20

Triadic Colors of #b295cb

#b295cb #cbb295 #95cbb2

Analogous Colors of #b295cb

#b295cb #cb95c9 #9795cb

Monochromatic Colors of #b295cb

#b295cb

Complementary Color

#b295cb #aecb95

#b295cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b295cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b295cb Color CSS Codes

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

#b295cb Text Font Color

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

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


#b295cb Background Color

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

This div background color is #b295cb


#b295cb Border Color

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

This div border color is #b295cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b295cb


Comments

No comments written yet.

Please login to write comment.