Color Hex Logo

#b4a7cd Color Hex

#B4A7CD
(180,167,205)
0 Favorites   0 Comments

Color spaces of #b4a7cd

RGB 180167205
HSL0.720.280.73
HSV261°19°80°
CMYK 0.120.190.00   0.20
XYZ43.660641.748563.5147
Yxy41.74850.29320.2803
Hunter Lab64.61317.5438-13.0530
CIE-Lab70.697212.0978-17.6317

#b4a7cd color RGB value is (180,167,205).

#b4a7cd hex color red value is 180, green value is 167 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b4a7cd hue: 0.72 , saturation: 0.28 and the lightness value of b4a7cd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10100111 11001101
Octal 264 247 315
Decimal 180 167 205
Hex B4 A7 CD

RGB Percentages of Color #b4a7cd

%32.61
%30.25
%37.14

CMYK Percentages of Color #b4a7cd

%12
%19
%0
%20

Triadic Colors of #b4a7cd

#b4a7cd #cdb4a7 #a7cdb4

Analogous Colors of #b4a7cd

#b4a7cd #c7a7cd #a7adcd

Monochromatic Colors of #b4a7cd

#b4a7cd

Complementary Color

#b4a7cd #c0cda7

#b4a7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4a7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4a7cd Color CSS Codes

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

#b4a7cd Text Font Color

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

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


#b4a7cd Background Color

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

This div background color is #b4a7cd


#b4a7cd Border Color

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

This div border color is #b4a7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4a7cd


Comments

No comments written yet.

Please login to write comment.