Color Hex Logo

#b617ac Color Hex

#B617AC
(182,23,172)
0 Favorites   0 Comments

Color spaces of #b617ac

RGB 18223172
HSL0.840.780.40
HSV304°87°71°
CMYK 0.000.870.05   0.29
XYZ27.044213.536440.2171
Yxy13.53640.33470.1675
Hunter Lab36.791866.8224-39.0555
CIE-Lab43.560672.1365-40.8077

#b617ac color RGB value is (182,23,172).

#b617ac hex color red value is 182, green value is 23 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b617ac hue: 0.84 , saturation: 0.78 and the lightness value of b617ac is 0.40.

The process color (four color CMYK) of #b617ac color hex is 0.00, 0.87, 0.05, 0.29. Web safe color of #b617ac is #cc0099. Color #b617ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00010111 10101100
Octal 266 27 254
Decimal 182 23 172
Hex B6 17 AC

RGB Percentages of Color #b617ac

%48.28
%6.10
%45.62

CMYK Percentages of Color #b617ac

%0
%87
%5
%29

Triadic Colors of #b617ac

#b617ac #acb617 #17acb6

Analogous Colors of #b617ac

#b617ac #b6175d #7117b6

Monochromatic Colors of #b617ac

#b617ac

Complementary Color

#b617ac #17b621

#b617ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b617ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b617ac Color CSS Codes

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

#b617ac Text Font Color

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

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


#b617ac Background Color

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

This div background color is #b617ac


#b617ac Border Color

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

This div border color is #b617ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b617ac


Comments

No comments written yet.

Please login to write comment.