Color Hex Logo

#b667ae Color Hex

#B667AE
(182,103,174)
0 Favorites   0 Comments

Color spaces of #b667ae

RGB 182103174
HSL0.850.350.56
HSV306°43°71°
CMYK 0.000.430.04   0.29
XYZ31.781622.701642.7512
Yxy22.70160.32690.2335
Hunter Lab47.646235.6846-19.8464
CIE-Lab54.763642.0267-24.4449

#b667ae color RGB value is (182,103,174).

#b667ae hex color red value is 182, green value is 103 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b667ae hue: 0.85 , saturation: 0.35 and the lightness value of b667ae is 0.56.

The process color (four color CMYK) of #b667ae color hex is 0.00, 0.43, 0.04, 0.29. Web safe color of #b667ae is #cc6699. Color #b667ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100111 10101110
Octal 266 147 256
Decimal 182 103 174
Hex B6 67 AE

RGB Percentages of Color #b667ae

%39.65
%22.44
%37.91

CMYK Percentages of Color #b667ae

%0
%43
%4
%29

Triadic Colors of #b667ae

#b667ae #aeb667 #67aeb6

Analogous Colors of #b667ae

#b667ae #b66787 #9767b6

Monochromatic Colors of #b667ae

#b667ae

Complementary Color

#b667ae #67b66f

#b667ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b667ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b667ae Color CSS Codes

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

#b667ae Text Font Color

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

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


#b667ae Background Color

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

This div background color is #b667ae


#b667ae Border Color

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

This div border color is #b667ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b667ae


Comments

No comments written yet.

Please login to write comment.