Color Hex Logo

#b7afdd Color Hex

#B7AFDD
(183,175,221)
0 Favorites   0 Comments

Color spaces of #b7afdd

RGB 183175221
HSL0.700.400.78
HSV250°21°87°
CMYK 0.170.210.00   0.13
XYZ47.909645.947774.7503
Yxy45.94770.28410.2725
Hunter Lab67.78477.5388-17.9333
CIE-Lab73.511612.0963-22.1031

#b7afdd color RGB value is (183,175,221).

#b7afdd hex color red value is 183, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b7afdd hue: 0.70 , saturation: 0.40 and the lightness value of b7afdd is 0.78.

The process color (four color CMYK) of #b7afdd color hex is 0.17, 0.21, 0.00, 0.13. Web safe color of #b7afdd is #cc99cc. Color #b7afdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10101111 11011101
Octal 267 257 335
Decimal 183 175 221
Hex B7 AF DD

RGB Percentages of Color #b7afdd

%31.61
%30.22
%38.17

CMYK Percentages of Color #b7afdd

%17
%21
%0
%13

Triadic Colors of #b7afdd

#b7afdd #ddb7af #afddb7

Analogous Colors of #b7afdd

#b7afdd #ceafdd #afbedd

Monochromatic Colors of #b7afdd

#b7afdd

Complementary Color

#b7afdd #d5ddaf

#b7afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7afdd Color CSS Codes

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

#b7afdd Text Font Color

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

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


#b7afdd Background Color

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

This div background color is #b7afdd


#b7afdd Border Color

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

This div border color is #b7afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7afdd


Comments

No comments written yet.

Please login to write comment.