Color Hex Logo

#b082ae Color Hex

#B082AE
(176,130,174)
0 Favorites   0 Comments

Color spaces of #b082ae

RGB 176130174
HSL0.840.230.60
HSV303°26°69°
CMYK 0.000.260.01   0.31
XYZ33.527128.251443.7304
Yxy28.25140.31780.2678
Hunter Lab53.152019.5777-11.5739
CIE-Lab60.115225.2001-16.3278

#b082ae color RGB value is (176,130,174).

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

The process color (four color CMYK) of #b082ae color hex is 0.00, 0.26, 0.01, 0.31. Web safe color of #b082ae is #999999. Color #b082ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000010 10101110
Octal 260 202 256
Decimal 176 130 174
Hex B0 82 AE

RGB Percentages of Color #b082ae

%36.67
%27.08
%36.25

CMYK Percentages of Color #b082ae

%0
%26
%1
%31

Triadic Colors of #b082ae

#b082ae #aeb082 #82aeb0

Analogous Colors of #b082ae

#b082ae #b08297 #9b82b0

Monochromatic Colors of #b082ae

#b082ae

Complementary Color

#b082ae #82b084

#b082ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b082ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b082ae Color CSS Codes

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

#b082ae Text Font Color

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

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


#b082ae Background Color

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

This div background color is #b082ae


#b082ae Border Color

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

This div border color is #b082ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b082ae


Comments

No comments written yet.

Please login to write comment.