Color Hex Logo

#b727ad Color Hex

#B727AD
(183,39,173)
0 Favorites   0 Comments

Color spaces of #b727ad

RGB 18339173
HSL0.840.650.44
HSV304°79°72°
CMYK 0.000.790.05   0.28
XYZ27.796814.535440.8757
Yxy14.53540.33410.1747
Hunter Lab38.125363.4233-36.8795
CIE-Lab44.991268.9929-39.1202

#b727ad color RGB value is (183,39,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100111 10101101
Octal 267 47 255
Decimal 183 39 173
Hex B7 27 AD

RGB Percentages of Color #b727ad

%46.33
%9.87
%43.80

CMYK Percentages of Color #b727ad

%0
%79
%5
%28

Triadic Colors of #b727ad

#b727ad #adb727 #27adb7

Analogous Colors of #b727ad

#b727ad #b72765 #7927b7

Monochromatic Colors of #b727ad

#b727ad

Complementary Color

#b727ad #27b731

#b727ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b727ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b727ad Color CSS Codes

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

#b727ad Text Font Color

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

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


#b727ad Background Color

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

This div background color is #b727ad


#b727ad Border Color

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

This div border color is #b727ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b727ad


Comments

No comments written yet.

Please login to write comment.