Color Hex Logo

#b704bb Color Hex

#B704BB
(183,4,187)
0 Favorites   0 Comments

Color spaces of #b704bb

RGB 1834187
HSL0.830.960.37
HSV299°98°73°
CMYK 0.020.980.00   0.27
XYZ28.541513.742048.1619
Yxy13.74200.31560.1519
Hunter Lab37.070272.5598-51.0809
CIE-Lab43.860676.8037-49.1778

#b704bb color RGB value is (183,4,187).

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

The process color (four color CMYK) of #b704bb color hex is 0.02, 0.98, 0.00, 0.27. Web safe color of #b704bb is #cc00cc. Color #b704bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000100 10111011
Octal 267 4 273
Decimal 183 4 187
Hex B7 4 BB

RGB Percentages of Color #b704bb

%48.93
%1.07
%50.00

CMYK Percentages of Color #b704bb

%2
%98
%0
%27

Triadic Colors of #b704bb

#b704bb #bbb704 #04bbb7

Analogous Colors of #b704bb

#b704bb #bb0463 #5b04bb

Monochromatic Colors of #b704bb

#b704bb

Complementary Color

#b704bb #08bb04

#b704bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b704bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b704bb Color CSS Codes

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

#b704bb Text Font Color

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

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


#b704bb Background Color

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

This div background color is #b704bb


#b704bb Border Color

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

This div border color is #b704bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b704bb


Comments

No comments written yet.

Please login to write comment.