Color Hex Logo

#b3afdc Color Hex

#B3AFDC
(179,175,220)
0 Favorites   0 Comments

Color spaces of #b3afdc

RGB 179175220
HSL0.680.390.77
HSV245°20°86°
CMYK 0.190.200.00   0.14
XYZ46.838645.411074.0067
Yxy45.41100.28170.2731
Hunter Lab67.38776.1401-17.9423
CIE-Lab73.161710.6169-22.1194

#b3afdc color RGB value is (179,175,220).

#b3afdc hex color red value is 179, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b3afdc hue: 0.68 , saturation: 0.39 and the lightness value of b3afdc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101111 11011100
Octal 263 257 334
Decimal 179 175 220
Hex B3 AF DC

RGB Percentages of Color #b3afdc

%31.18
%30.49
%38.33

CMYK Percentages of Color #b3afdc

%19
%20
%0
%14

Triadic Colors of #b3afdc

#b3afdc #dcb3af #afdcb3

Analogous Colors of #b3afdc

#b3afdc #caafdc #afc2dc

Monochromatic Colors of #b3afdc

#b3afdc

Complementary Color

#b3afdc #d8dcaf

#b3afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3afdc Color CSS Codes

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

#b3afdc Text Font Color

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

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


#b3afdc Background Color

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

This div background color is #b3afdc


#b3afdc Border Color

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

This div border color is #b3afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3afdc


Comments

No comments written yet.

Please login to write comment.