Color Hex Logo

#b7afce Color Hex

#B7AFCE
(183,175,206)
0 Favorites   0 Comments

Color spaces of #b7afce

RGB 183175206
HSL0.710.240.75
HSV255°15°81°
CMYK 0.110.150.00   0.19
XYZ45.999045.183564.6894
Yxy45.18350.29510.2899
Hunter Lab67.21874.5182-10.0060
CIE-Lab73.01268.8857-14.6636

#b7afce color RGB value is (183,175,206).

#b7afce hex color red value is 183, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b7afce hue: 0.71 , saturation: 0.24 and the lightness value of b7afce is 0.75.

The process color (four color CMYK) of #b7afce color hex is 0.11, 0.15, 0.00, 0.19. Web safe color of #b7afce is #cc99cc. Color #b7afce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101111 11001110
Octal 267 257 316
Decimal 183 175 206
Hex B7 AF CE

RGB Percentages of Color #b7afce

%32.45
%31.03
%36.52

CMYK Percentages of Color #b7afce

%11
%15
%0
%19

Triadic Colors of #b7afce

#b7afce #ceb7af #afceb7

Analogous Colors of #b7afce

#b7afce #c7afce #afb7ce

Monochromatic Colors of #b7afce

#b7afce

Complementary Color

#b7afce #c6ceaf

#b7afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7afce Color CSS Codes

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

#b7afce Text Font Color

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

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


#b7afce Background Color

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

This div background color is #b7afce


#b7afce Border Color

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

This div border color is #b7afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7afce


Comments

No comments written yet.

Please login to write comment.