Color Hex Logo

#b3abed Color Hex

#B3ABED
(179,171,237)
0 Favorites   0 Comments

Color spaces of #b3abed

RGB 179171237
HSL0.690.650.80
HSV247°28°93°
CMYK 0.240.280.00   0.07
XYZ48.439444.824086.2196
Yxy44.82400.26990.2497
Hunter Lab66.950711.9824-29.4886
CIE-Lab72.775916.7290-31.9695

#b3abed color RGB value is (179,171,237).

#b3abed hex color red value is 179, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b3abed hue: 0.69 , saturation: 0.65 and the lightness value of b3abed is 0.80.

The process color (four color CMYK) of #b3abed color hex is 0.24, 0.28, 0.00, 0.07. Web safe color of #b3abed is #cc99ff. Color #b3abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10101011 11101101
Octal 263 253 355
Decimal 179 171 237
Hex B3 AB ED

RGB Percentages of Color #b3abed

%30.49
%29.13
%40.37

CMYK Percentages of Color #b3abed

%24
%28
%0
%7

Triadic Colors of #b3abed

#b3abed #edb3ab #abedb3

Analogous Colors of #b3abed

#b3abed #d4abed #abc4ed

Monochromatic Colors of #b3abed

#b3abed

Complementary Color

#b3abed #e5edab

#b3abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3abed Color CSS Codes

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

#b3abed Text Font Color

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

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


#b3abed Background Color

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

This div background color is #b3abed


#b3abed Border Color

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

This div border color is #b3abed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,171,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3abed


Comments

No comments written yet.

Please login to write comment.