Color Hex Logo

#b704a0 Color Hex

#B704A0
(183,4,160)
0 Favorites   0 Comments

Color spaces of #b704a0

RGB 1834160
HSL0.850.960.37
HSV308°98°72°
CMYK 0.000.980.13   0.28
XYZ25.917012.692234.3416
Yxy12.69220.35530.1740
Hunter Lab35.626167.5081-32.2140
CIE-Lab42.295872.9544-35.6294

#b704a0 color RGB value is (183,4,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000100 10100000
Octal 267 4 240
Decimal 183 4 160
Hex B7 4 A0

RGB Percentages of Color #b704a0

%52.74
%1.15
%46.11

CMYK Percentages of Color #b704a0

%0
%98
%13
%28

Triadic Colors of #b704a0

#b704a0 #a0b704 #04a0b7

Analogous Colors of #b704a0

#b704a0 #b70446 #7504b7

Monochromatic Colors of #b704a0

#b704a0

Complementary Color

#b704a0 #04b71b

#b704a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b704a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b704a0 Color CSS Codes

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

#b704a0 Text Font Color

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

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


#b704a0 Background Color

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

This div background color is #b704a0


#b704a0 Border Color

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

This div border color is #b704a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b704a0


Comments

No comments written yet.

Please login to write comment.