Color Hex Logo

#b348ad Color Hex

#B348AD
(179,72,173)
0 Favorites   0 Comments

Color spaces of #b348ad

RGB 17972173
HSL0.840.430.49
HSV303°60°70°
CMYK 0.000.600.03   0.30
XYZ28.450617.235641.3624
Yxy17.23560.32680.1980
Hunter Lab41.515849.6727-30.0099
CIE-Lab48.555556.2112-33.5452

#b348ad color RGB value is (179,72,173).

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

The process color (four color CMYK) of #b348ad color hex is 0.00, 0.60, 0.03, 0.30. Web safe color of #b348ad is #cc3399. Color #b348ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001000 10101101
Octal 263 110 255
Decimal 179 72 173
Hex B3 48 AD

RGB Percentages of Color #b348ad

%42.22
%16.98
%40.80

CMYK Percentages of Color #b348ad

%0
%60
%3
%30

Triadic Colors of #b348ad

#b348ad #adb348 #48adb3

Analogous Colors of #b348ad

#b348ad #b34878 #8448b3

Monochromatic Colors of #b348ad

#b348ad

Complementary Color

#b348ad #48b34e

#b348ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b348ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b348ad Color CSS Codes

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

#b348ad Text Font Color

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

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


#b348ad Background Color

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

This div background color is #b348ad


#b348ad Border Color

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

This div border color is #b348ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b348ad


Comments

No comments written yet.

Please login to write comment.