Color Hex Logo

#b494cc Color Hex

#B494CC
(180,148,204)
0 Favorites   0 Comments

Color spaces of #b494cc

RGB 180148204
HSL0.760.350.69
HSV274°27°80°
CMYK 0.120.270.00   0.20
XYZ40.311435.242761.8046
Yxy35.24270.29350.2566
Hunter Lab59.365617.3183-20.1700
CIE-Lab65.937222.4867-24.3251

#b494cc color RGB value is (180,148,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010100 11001100
Octal 264 224 314
Decimal 180 148 204
Hex B4 94 CC

RGB Percentages of Color #b494cc

%33.83
%27.82
%38.35

CMYK Percentages of Color #b494cc

%12
%27
%0
%20

Triadic Colors of #b494cc

#b494cc #ccb494 #94ccb4

Analogous Colors of #b494cc

#b494cc #cc94c8 #9894cc

Monochromatic Colors of #b494cc

#b494cc

Complementary Color

#b494cc #accc94

#b494cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b494cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b494cc Color CSS Codes

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

#b494cc Text Font Color

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

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


#b494cc Background Color

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

This div background color is #b494cc


#b494cc Border Color

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

This div border color is #b494cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b494cc


Comments

No comments written yet.

Please login to write comment.