Color Hex Logo

#b762ac Color Hex

#B762AC
(183,98,172)
0 Favorites   0 Comments

Color spaces of #b762ac

RGB 18398172
HSL0.850.370.55
HSV308°46°72°
CMYK 0.000.460.06   0.28
XYZ31.342521.781241.5820
Yxy21.78120.33090.2300
Hunter Lab46.670338.2026-20.1565
CIE-Lab53.794144.6001-24.7691

#b762ac color RGB value is (183,98,172).

#b762ac hex color red value is 183, green value is 98 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b762ac hue: 0.85 , saturation: 0.37 and the lightness value of b762ac is 0.55.

The process color (four color CMYK) of #b762ac color hex is 0.00, 0.46, 0.06, 0.28. Web safe color of #b762ac is #cc6699. Color #b762ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01100010 10101100
Octal 267 142 254
Decimal 183 98 172
Hex B7 62 AC

RGB Percentages of Color #b762ac

%40.40
%21.63
%37.97

CMYK Percentages of Color #b762ac

%0
%46
%6
%28

Triadic Colors of #b762ac

#b762ac #acb762 #62acb7

Analogous Colors of #b762ac

#b762ac #b76282 #9862b7

Monochromatic Colors of #b762ac

#b762ac

Complementary Color

#b762ac #62b76d

#b762ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b762ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b762ac Color CSS Codes

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

#b762ac Text Font Color

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

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


#b762ac Background Color

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

This div background color is #b762ac


#b762ac Border Color

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

This div border color is #b762ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b762ac


Comments

No comments written yet.

Please login to write comment.