Color Hex Logo

#b70481 Color Hex

#B70481
(183,4,129)
0 Favorites   0 Comments

Color spaces of #b70481

RGB 1834129
HSL0.880.960.37
HSV318°98°72°
CMYK 0.000.980.30   0.28
XYZ23.534311.739121.7944
Yxy11.73910.41240.2057
Hunter Lab34.262462.6498-13.7309
CIE-Lab40.798469.1513-19.0643

#b70481 color RGB value is (183,4,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000100 10000001
Octal 267 4 201
Decimal 183 4 129
Hex B7 4 81

RGB Percentages of Color #b70481

%57.91
%1.27
%40.82

CMYK Percentages of Color #b70481

%0
%98
%30
%28

Triadic Colors of #b70481

#b70481 #81b704 #0481b7

Analogous Colors of #b70481

#b70481 #b70428 #9404b7

Monochromatic Colors of #b70481

#b70481

Complementary Color

#b70481 #04b73a

#b70481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70481 Color CSS Codes

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

#b70481 Text Font Color

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

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


#b70481 Background Color

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

This div background color is #b70481


#b70481 Border Color

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

This div border color is #b70481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70481


Comments

No comments written yet.

Please login to write comment.