Color Hex Logo

#b319ad Color Hex

#B319AD
(179,25,173)
0 Favorites   0 Comments

Color spaces of #b319ad

RGB 17925173
HSL0.840.750.40
HSV302°86°70°
CMYK 0.000.860.03   0.30
XYZ26.480913.296140.7059
Yxy13.29610.32900.1652
Hunter Lab36.463865.8193-40.6629
CIE-Lab43.206071.3654-41.9980

#b319ad color RGB value is (179,25,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00011001 10101101
Octal 263 31 255
Decimal 179 25 173
Hex B3 19 AD

RGB Percentages of Color #b319ad

%47.48
%6.63
%45.89

CMYK Percentages of Color #b319ad

%0
%86
%3
%30

Triadic Colors of #b319ad

#b319ad #adb319 #19adb3

Analogous Colors of #b319ad

#b319ad #b31960 #6c19b3

Monochromatic Colors of #b319ad

#b319ad

Complementary Color

#b319ad #19b31f

#b319ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b319ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b319ad Color CSS Codes

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

#b319ad Text Font Color

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

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


#b319ad Background Color

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

This div background color is #b319ad


#b319ad Border Color

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

This div border color is #b319ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b319ad


Comments

No comments written yet.

Please login to write comment.