Color Hex Logo

#b070ae Color Hex

#B070AE
(176,112,174)
0 Favorites   0 Comments

Color spaces of #b070ae

RGB 176112174
HSL0.840.290.56
HSV302°36°69°
CMYK 0.000.360.01   0.31
XYZ31.338623.874443.0009
Yxy23.87440.31910.2431
Hunter Lab48.861428.9783-17.9756
CIE-Lab55.961835.2421-22.6636

#b070ae color RGB value is (176,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110000 10101110
Octal 260 160 256
Decimal 176 112 174
Hex B0 70 AE

RGB Percentages of Color #b070ae

%38.10
%24.24
%37.66

CMYK Percentages of Color #b070ae

%0
%36
%1
%31

Triadic Colors of #b070ae

#b070ae #aeb070 #70aeb0

Analogous Colors of #b070ae

#b070ae #b0708e #9270b0

Monochromatic Colors of #b070ae

#b070ae

Complementary Color

#b070ae #70b072

#b070ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b070ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b070ae Color CSS Codes

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

#b070ae Text Font Color

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

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


#b070ae Background Color

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

This div background color is #b070ae


#b070ae Border Color

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

This div border color is #b070ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,112,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b070ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b070ae


Comments

No comments written yet.

Please login to write comment.