Color Hex Logo

#b295cc Color Hex

#B295CC
(178,149,204)
0 Favorites   0 Comments

Color spaces of #b295cc

RGB 178149204
HSL0.750.350.69
HSV272°27°80°
CMYK 0.130.270.00   0.20
XYZ40.006635.319561.8355
Yxy35.31950.29170.2575
Hunter Lab59.430216.1579-20.0885
CIE-Lab65.996721.2811-24.2502

#b295cc color RGB value is (178,149,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10010101 11001100
Octal 262 225 314
Decimal 178 149 204
Hex B2 95 CC

RGB Percentages of Color #b295cc

%33.52
%28.06
%38.42

CMYK Percentages of Color #b295cc

%13
%27
%0
%20

Triadic Colors of #b295cc

#b295cc #ccb295 #95ccb2

Analogous Colors of #b295cc

#b295cc #cc95cb #9795cc

Monochromatic Colors of #b295cc

#b295cc

Complementary Color

#b295cc #afcc95

#b295cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b295cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b295cc Color CSS Codes

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

#b295cc Text Font Color

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

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


#b295cc Background Color

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

This div background color is #b295cc


#b295cc Border Color

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

This div border color is #b295cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b295cc


Comments

No comments written yet.

Please login to write comment.