Color Hex Logo

#b2a3de Color Hex

#B2A3DE
(178,163,222)
0 Favorites   0 Comments

Color spaces of #b2a3de

RGB 178163222
HSL0.710.470.75
HSV255°27°87°
CMYK 0.200.270.00   0.13
XYZ44.642140.933374.6553
Yxy40.93330.27860.2555
Hunter Lab63.979112.5867-24.3983
CIE-Lab70.129217.4156-27.8601

#b2a3de color RGB value is (178,163,222).

#b2a3de hex color red value is 178, green value is 163 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b2a3de hue: 0.71 , saturation: 0.47 and the lightness value of b2a3de is 0.75.

The process color (four color CMYK) of #b2a3de color hex is 0.20, 0.27, 0.00, 0.13. Web safe color of #b2a3de is #9999cc. Color #b2a3de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10100011 11011110
Octal 262 243 336
Decimal 178 163 222
Hex B2 A3 DE

RGB Percentages of Color #b2a3de

%31.62
%28.95
%39.43

CMYK Percentages of Color #b2a3de

%20
%27
%0
%13

Triadic Colors of #b2a3de

#b2a3de #deb2a3 #a3deb2

Analogous Colors of #b2a3de

#b2a3de #d0a3de #a3b2de

Monochromatic Colors of #b2a3de

#b2a3de

Complementary Color

#b2a3de #cfdea3

#b2a3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a3de Color CSS Codes

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

#b2a3de Text Font Color

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

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


#b2a3de Background Color

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

This div background color is #b2a3de


#b2a3de Border Color

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

This div border color is #b2a3de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,163,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2a3de


Comments

No comments written yet.

Please login to write comment.