Color Hex Logo

#b494cd Color Hex

#B494CD
(180,148,205)
0 Favorites   0 Comments

Color spaces of #b494cd

RGB 180148205
HSL0.760.360.69
HSV274°28°80°
CMYK 0.120.280.00   0.20
XYZ40.431735.290962.4384
Yxy35.29090.29260.2554
Hunter Lab59.406117.5260-20.7320
CIE-Lab65.974522.6991-24.8249

#b494cd color RGB value is (180,148,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010100 11001101
Octal 264 224 315
Decimal 180 148 205
Hex B4 94 CD

RGB Percentages of Color #b494cd

%33.77
%27.77
%38.46

CMYK Percentages of Color #b494cd

%12
%28
%0
%20

Triadic Colors of #b494cd

#b494cd #cdb494 #94cdb4

Analogous Colors of #b494cd

#b494cd #cd94ca #9894cd

Monochromatic Colors of #b494cd

#b494cd

Complementary Color

#b494cd #adcd94

#b494cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b494cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b494cd Color CSS Codes

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

#b494cd Text Font Color

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

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


#b494cd Background Color

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

This div background color is #b494cd


#b494cd Border Color

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

This div border color is #b494cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,148,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b494cd


Comments

No comments written yet.

Please login to write comment.