Color Hex Logo

#b70380 Color Hex

#B70380
(183,3,128)
0 Favorites   0 Comments

Color spaces of #b70380

RGB 1833128
HSL0.880.970.36
HSV318°98°72°
CMYK 0.000.980.30   0.28
XYZ23.457311.690921.4423
Yxy11.69090.41450.2066
Hunter Lab34.192062.6235-13.2473
CIE-Lab40.720669.1440-18.5650

#b70380 color RGB value is (183,3,128).

#b70380 hex color red value is 183, green value is 3 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b70380 hue: 0.88 , saturation: 0.97 and the lightness value of b70380 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000011 10000000
Octal 267 3 200
Decimal 183 3 128
Hex B7 3 80

RGB Percentages of Color #b70380

%58.28
%0.96
%40.76

CMYK Percentages of Color #b70380

%0
%98
%30
%28

Triadic Colors of #b70380

#b70380 #80b703 #0380b7

Analogous Colors of #b70380

#b70380 #b70326 #9403b7

Monochromatic Colors of #b70380

#b70380

Complementary Color

#b70380 #03b73a

#b70380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70380 Color CSS Codes

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

#b70380 Text Font Color

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

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


#b70380 Background Color

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

This div background color is #b70380


#b70380 Border Color

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

This div border color is #b70380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70380


Comments

No comments written yet.

Please login to write comment.