Color Hex Logo

#b219ad Color Hex

#B219AD
(178,25,173)
0 Favorites   0 Comments

Color spaces of #b219ad

RGB 17825173
HSL0.840.750.40
HSV302°86°70°
CMYK 0.000.860.03   0.30
XYZ26.250613.177440.6951
Yxy13.17740.32760.1645
Hunter Lab36.300765.5549-41.0569
CIE-Lab43.029371.1776-42.2899

#b219ad color RGB value is (178,25,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011001 10101101
Octal 262 31 255
Decimal 178 25 173
Hex B2 19 AD

RGB Percentages of Color #b219ad

%47.34
%6.65
%46.01

CMYK Percentages of Color #b219ad

%0
%86
%3
%30

Triadic Colors of #b219ad

#b219ad #adb219 #19adb2

Analogous Colors of #b219ad

#b219ad #b21960 #6b19b2

Monochromatic Colors of #b219ad

#b219ad

Complementary Color

#b219ad #19b21e

#b219ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b219ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b219ad Color CSS Codes

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

#b219ad Text Font Color

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

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


#b219ad Background Color

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

This div background color is #b219ad


#b219ad Border Color

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

This div border color is #b219ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b219ad


Comments

No comments written yet.

Please login to write comment.