Color Hex Logo

#b7a1cc Color Hex

#B7A1CC
(183,161,204)
0 Favorites   0 Comments

Color spaces of #b7a1cc

RGB 183161204
HSL0.750.300.72
HSV271°21°80°
CMYK 0.100.210.00   0.20
XYZ43.172439.916762.5560
Yxy39.91670.29640.2741
Hunter Lab63.179711.4095-14.4790
CIE-Lab69.410216.2019-19.0056

#b7a1cc color RGB value is (183,161,204).

#b7a1cc hex color red value is 183, green value is 161 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b7a1cc hue: 0.75 , saturation: 0.30 and the lightness value of b7a1cc is 0.72.

The process color (four color CMYK) of #b7a1cc color hex is 0.10, 0.21, 0.00, 0.20. Web safe color of #b7a1cc is #cc99cc. Color #b7a1cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10100001 11001100
Octal 267 241 314
Decimal 183 161 204
Hex B7 A1 CC

RGB Percentages of Color #b7a1cc

%33.39
%29.38
%37.23

CMYK Percentages of Color #b7a1cc

%10
%21
%0
%20

Triadic Colors of #b7a1cc

#b7a1cc #ccb7a1 #a1ccb7

Analogous Colors of #b7a1cc

#b7a1cc #cca1cc #a2a1cc

Monochromatic Colors of #b7a1cc

#b7a1cc

Complementary Color

#b7a1cc #b6cca1

#b7a1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7a1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7a1cc Color CSS Codes

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

#b7a1cc Text Font Color

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

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


#b7a1cc Background Color

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

This div background color is #b7a1cc


#b7a1cc Border Color

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

This div border color is #b7a1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7a1cc


Comments

No comments written yet.

Please login to write comment.