Color Hex Logo

#b367ad Color Hex

#B367AD
(179,103,173)
0 Favorites   0 Comments

Color spaces of #b367ad

RGB 179103173
HSL0.850.330.55
HSV305°42°70°
CMYK 0.000.420.03   0.30
XYZ30.983522.301342.2067
Yxy22.30130.32450.2335
Hunter Lab47.224334.4702-19.9335
CIE-Lab54.345240.9005-24.5418

#b367ad color RGB value is (179,103,173).

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

The process color (four color CMYK) of #b367ad color hex is 0.00, 0.42, 0.03, 0.30. Web safe color of #b367ad is #cc6699. Color #b367ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100111 10101101
Octal 263 147 255
Decimal 179 103 173
Hex B3 67 AD

RGB Percentages of Color #b367ad

%39.34
%22.64
%38.02

CMYK Percentages of Color #b367ad

%0
%42
%3
%30

Triadic Colors of #b367ad

#b367ad #adb367 #67adb3

Analogous Colors of #b367ad

#b367ad #b36787 #9367b3

Monochromatic Colors of #b367ad

#b367ad

Complementary Color

#b367ad #67b36d

#b367ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b367ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b367ad Color CSS Codes

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

#b367ad Text Font Color

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

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


#b367ad Background Color

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

This div background color is #b367ad


#b367ad Border Color

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

This div border color is #b367ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b367ad


Comments

No comments written yet.

Please login to write comment.