Color Hex Logo

#b7acdc Color Hex

#B7ACDC
(183,172,220)
0 Favorites   0 Comments

Color spaces of #b7acdc

RGB 183172220
HSL0.700.410.77
HSV254°22°86°
CMYK 0.170.220.00   0.14
XYZ47.199244.739673.8581
Yxy44.73960.28470.2698
Hunter Lab66.88778.9049-18.6473
CIE-Lab72.720113.5313-22.7630

#b7acdc color RGB value is (183,172,220).

#b7acdc hex color red value is 183, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b7acdc hue: 0.70 , saturation: 0.41 and the lightness value of b7acdc is 0.77.

The process color (four color CMYK) of #b7acdc color hex is 0.17, 0.22, 0.00, 0.14. Web safe color of #b7acdc is #cc99cc. Color #b7acdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101100 11011100
Octal 267 254 334
Decimal 183 172 220
Hex B7 AC DC

RGB Percentages of Color #b7acdc

%31.83
%29.91
%38.26

CMYK Percentages of Color #b7acdc

%17
%22
%0
%14

Triadic Colors of #b7acdc

#b7acdc #dcb7ac #acdcb7

Analogous Colors of #b7acdc

#b7acdc #cfacdc #acb9dc

Monochromatic Colors of #b7acdc

#b7acdc

Complementary Color

#b7acdc #d1dcac

#b7acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7acdc Color CSS Codes

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

#b7acdc Text Font Color

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

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


#b7acdc Background Color

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

This div background color is #b7acdc


#b7acdc Border Color

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

This div border color is #b7acdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,172,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7acdc


Comments

No comments written yet.

Please login to write comment.