Color Hex Logo

#b209ad Color Hex

#B209AD
(178,9,173)
0 Favorites   0 Comments

Color spaces of #b209ad

RGB 1789173
HSL0.840.900.37
HSV302°95°70°
CMYK 0.000.950.03   0.30
XYZ26.000612.677540.6118
Yxy12.67750.32790.1599
Hunter Lab35.605568.0385-42.7027
CIE-Lab42.273273.3997-43.4951

#b209ad color RGB value is (178,9,173).

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

The process color (four color CMYK) of #b209ad color hex is 0.00, 0.95, 0.03, 0.30. Web safe color of #b209ad is #990099. Color #b209ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001001 10101101
Octal 262 11 255
Decimal 178 9 173
Hex B2 9 AD

RGB Percentages of Color #b209ad

%49.44
%2.50
%48.06

CMYK Percentages of Color #b209ad

%0
%95
%3
%30

Triadic Colors of #b209ad

#b209ad #adb209 #09adb2

Analogous Colors of #b209ad

#b209ad #b20958 #6309b2

Monochromatic Colors of #b209ad

#b209ad

Complementary Color

#b209ad #09b20e

#b209ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b209ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b209ad Color CSS Codes

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

#b209ad Text Font Color

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

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


#b209ad Background Color

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

This div background color is #b209ad


#b209ad Border Color

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

This div border color is #b209ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b209ad


Comments

No comments written yet.

Please login to write comment.