Color Hex Logo

#b266ad Color Hex

#B266AD
(178,102,173)
0 Favorites   0 Comments

Color spaces of #b266ad

RGB 178102173
HSL0.840.330.55
HSV304°43°70°
CMYK 0.000.430.03   0.30
XYZ30.654321.984842.1630
Yxy21.98480.32340.2319
Hunter Lab46.888034.6454-20.4937
CIE-Lab54.010941.1186-25.0680

#b266ad color RGB value is (178,102,173).

#b266ad hex color red value is 178, green value is 102 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b266ad hue: 0.84 , saturation: 0.33 and the lightness value of b266ad is 0.55.

The process color (four color CMYK) of #b266ad color hex is 0.00, 0.43, 0.03, 0.30. Web safe color of #b266ad is #996699. Color #b266ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100110 10101101
Octal 262 146 255
Decimal 178 102 173
Hex B2 66 AD

RGB Percentages of Color #b266ad

%39.29
%22.52
%38.19

CMYK Percentages of Color #b266ad

%0
%43
%3
%30

Triadic Colors of #b266ad

#b266ad #adb266 #66adb2

Analogous Colors of #b266ad

#b266ad #b26687 #9166b2

Monochromatic Colors of #b266ad

#b266ad

Complementary Color

#b266ad #66b26b

#b266ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b266ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b266ad Color CSS Codes

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

#b266ad Text Font Color

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

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


#b266ad Background Color

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

This div background color is #b266ad


#b266ad Border Color

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

This div border color is #b266ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b266ad


Comments

No comments written yet.

Please login to write comment.