Color Hex Logo

#b704ad Color Hex

#B704AD
(183,4,173)
0 Favorites   0 Comments

Color spaces of #b704ad

RGB 1834173
HSL0.840.960.37
HSV303°98°72°
CMYK 0.000.980.05   0.28
XYZ27.114713.171240.6484
Yxy13.17120.33500.1627
Hunter Lab36.292169.8502-41.0022
CIE-Lab43.020174.7518-42.2507

#b704ad color RGB value is (183,4,173).

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

The process color (four color CMYK) of #b704ad color hex is 0.00, 0.98, 0.05, 0.28. Web safe color of #b704ad is #cc0099. Color #b704ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000100 10101101
Octal 267 4 255
Decimal 183 4 173
Hex B7 4 AD

RGB Percentages of Color #b704ad

%50.83
%1.11
%48.06

CMYK Percentages of Color #b704ad

%0
%98
%5
%28

Triadic Colors of #b704ad

#b704ad #adb704 #04adb7

Analogous Colors of #b704ad

#b704ad #b70453 #6804b7

Monochromatic Colors of #b704ad

#b704ad

Complementary Color

#b704ad #04b70e

#b704ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b704ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b704ad Color CSS Codes

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

#b704ad Text Font Color

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

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


#b704ad Background Color

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

This div background color is #b704ad


#b704ad Border Color

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

This div border color is #b704ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b704ad


Comments

No comments written yet.

Please login to write comment.