Color Hex Logo

#b2afdc Color Hex

#B2AFDC
(178,175,220)
0 Favorites   0 Comments

Color spaces of #b2afdc

RGB 178175220
HSL0.680.390.77
HSV244°20°86°
CMYK 0.190.200.00   0.14
XYZ46.608345.292273.9959
Yxy45.29220.28090.2730
Hunter Lab67.29955.8462-18.0798
CIE-Lab73.083910.3040-22.2450

#b2afdc color RGB value is (178,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101111 11011100
Octal 262 257 334
Decimal 178 175 220
Hex B2 AF DC

RGB Percentages of Color #b2afdc

%31.06
%30.54
%38.39

CMYK Percentages of Color #b2afdc

%19
%20
%0
%14

Triadic Colors of #b2afdc

#b2afdc #dcb2af #afdcb2

Analogous Colors of #b2afdc

#b2afdc #c9afdc #afc3dc

Monochromatic Colors of #b2afdc

#b2afdc

Complementary Color

#b2afdc #d9dcaf

#b2afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2afdc Color CSS Codes

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

#b2afdc Text Font Color

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

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


#b2afdc Background Color

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

This div background color is #b2afdc


#b2afdc Border Color

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

This div border color is #b2afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2afdc


Comments

No comments written yet.

Please login to write comment.