Color Hex Logo

#b278ad Color Hex

#B278AD
(178,120,173)
0 Favorites   0 Comments

Color spaces of #b278ad

RGB 178120173
HSL0.850.270.58
HSV305°33°70°
CMYK 0.000.330.03   0.30
XYZ32.619425.915042.8180
Yxy25.91500.32180.2557
Hunter Lab50.906825.2901-14.2344
CIE-Lab57.956331.2883-19.0165

#b278ad color RGB value is (178,120,173).

#b278ad hex color red value is 178, green value is 120 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b278ad hue: 0.85 , saturation: 0.27 and the lightness value of b278ad is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111000 10101101
Octal 262 170 255
Decimal 178 120 173
Hex B2 78 AD

RGB Percentages of Color #b278ad

%37.79
%25.48
%36.73

CMYK Percentages of Color #b278ad

%0
%33
%3
%30

Triadic Colors of #b278ad

#b278ad #adb278 #78adb2

Analogous Colors of #b278ad

#b278ad #b27890 #9a78b2

Monochromatic Colors of #b278ad

#b278ad

Complementary Color

#b278ad #78b27d

#b278ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b278ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b278ad Color CSS Codes

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

#b278ad Text Font Color

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

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


#b278ad Background Color

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

This div background color is #b278ad


#b278ad Border Color

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

This div border color is #b278ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b278ad


Comments

No comments written yet.

Please login to write comment.