Color Hex Logo

#b2a4cd Color Hex

#B2A4CD
(178,164,205)
0 Favorites   0 Comments

Color spaces of #b2a4cd

RGB 178164205
HSL0.720.290.72
HSV260°20°80°
CMYK 0.130.200.00   0.20
XYZ42.655040.423763.3120
Yxy40.42370.29140.2761
Hunter Lab63.57968.4897-14.5347
CIE-Lab69.770313.1082-19.0519

#b2a4cd color RGB value is (178,164,205).

#b2a4cd hex color red value is 178, green value is 164 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b2a4cd hue: 0.72 , saturation: 0.29 and the lightness value of b2a4cd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100100 11001101
Octal 262 244 315
Decimal 178 164 205
Hex B2 A4 CD

RGB Percentages of Color #b2a4cd

%32.54
%29.98
%37.48

CMYK Percentages of Color #b2a4cd

%13
%20
%0
%20

Triadic Colors of #b2a4cd

#b2a4cd #cdb2a4 #a4cdb2

Analogous Colors of #b2a4cd

#b2a4cd #c7a4cd #a4abcd

Monochromatic Colors of #b2a4cd

#b2a4cd

Complementary Color

#b2a4cd #bfcda4

#b2a4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a4cd Color CSS Codes

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

#b2a4cd Text Font Color

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

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


#b2a4cd Background Color

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

This div background color is #b2a4cd


#b2a4cd Border Color

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

This div border color is #b2a4cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a4cd


Comments

No comments written yet.

Please login to write comment.