Color Hex Logo

#b070ad Color Hex

#B070AD
(176,112,173)
0 Favorites   0 Comments

Color spaces of #b070ad

RGB 176112173
HSL0.840.290.56
HSV303°36°69°
CMYK 0.000.360.02   0.31
XYZ31.241523.835642.4893
Yxy23.83560.32020.2443
Hunter Lab48.821728.7859-17.4246
CIE-Lab55.922835.0531-22.1466

#b070ad color RGB value is (176,112,173).

#b070ad hex color red value is 176, green value is 112 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b070ad hue: 0.84 , saturation: 0.29 and the lightness value of b070ad is 0.56.

The process color (four color CMYK) of #b070ad color hex is 0.00, 0.36, 0.02, 0.31. Web safe color of #b070ad is #996699. Color #b070ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110000 10101101
Octal 260 160 255
Decimal 176 112 173
Hex B0 70 AD

RGB Percentages of Color #b070ad

%38.18
%24.30
%37.53

CMYK Percentages of Color #b070ad

%0
%36
%2
%31

Triadic Colors of #b070ad

#b070ad #adb070 #70adb0

Analogous Colors of #b070ad

#b070ad #b0708d #9370b0

Monochromatic Colors of #b070ad

#b070ad

Complementary Color

#b070ad #70b073

#b070ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b070ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b070ad Color CSS Codes

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

#b070ad Text Font Color

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

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


#b070ad Background Color

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

This div background color is #b070ad


#b070ad Border Color

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

This div border color is #b070ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b070ad


Comments

No comments written yet.

Please login to write comment.