Color Hex Logo

#b727ac Color Hex

#B727AC
(183,39,172)
0 Favorites   0 Comments

Color spaces of #b727ac

RGB 18339172
HSL0.850.650.44
HSV305°79°72°
CMYK 0.000.790.06   0.28
XYZ27.700414.496940.3679
Yxy14.49690.33550.1756
Hunter Lab38.074863.2325-36.2085
CIE-Lab44.937368.8411-38.6132

#b727ac color RGB value is (183,39,172).

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

The process color (four color CMYK) of #b727ac color hex is 0.00, 0.79, 0.06, 0.28. Web safe color of #b727ac is #cc3399. Color #b727ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100111 10101100
Octal 267 47 254
Decimal 183 39 172
Hex B7 27 AC

RGB Percentages of Color #b727ac

%46.45
%9.90
%43.65

CMYK Percentages of Color #b727ac

%0
%79
%6
%28

Triadic Colors of #b727ac

#b727ac #acb727 #27acb7

Analogous Colors of #b727ac

#b727ac #b72764 #7a27b7

Monochromatic Colors of #b727ac

#b727ac

Complementary Color

#b727ac #27b732

#b727ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b727ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b727ac Color CSS Codes

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

#b727ac Text Font Color

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

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


#b727ac Background Color

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

This div background color is #b727ac


#b727ac Border Color

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

This div border color is #b727ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b727ac


Comments

No comments written yet.

Please login to write comment.