Color Hex Logo

#b767af Color Hex

#B767AF
(183,103,175)
0 Favorites   0 Comments

Color spaces of #b767af

RGB 183103175
HSL0.850.360.56
HSV306°44°72°
CMYK 0.000.440.04   0.28
XYZ32.116622.862943.2777
Yxy22.86290.32690.2327
Hunter Lab47.815236.2188-20.1930
CIE-Lab54.930842.5211-24.7553

#b767af color RGB value is (183,103,175).

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

The process color (four color CMYK) of #b767af color hex is 0.00, 0.44, 0.04, 0.28. Web safe color of #b767af is #cc6699. Color #b767af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100111 10101111
Octal 267 147 257
Decimal 183 103 175
Hex B7 67 AF

RGB Percentages of Color #b767af

%39.70
%22.34
%37.96

CMYK Percentages of Color #b767af

%0
%44
%4
%28

Triadic Colors of #b767af

#b767af #afb767 #67afb7

Analogous Colors of #b767af

#b767af #b76787 #9767b7

Monochromatic Colors of #b767af

#b767af

Complementary Color

#b767af #67b76f

#b767af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b767af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b767af Color CSS Codes

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

#b767af Text Font Color

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

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


#b767af Background Color

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

This div background color is #b767af


#b767af Border Color

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

This div border color is #b767af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,103,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b767af


Comments

No comments written yet.

Please login to write comment.