Color Hex Logo

#b70880 Color Hex

#B70880
(183,8,128)
0 Favorites   0 Comments

Color spaces of #b70880

RGB 1838128
HSL0.890.920.37
HSV319°96°72°
CMYK 0.000.960.30   0.28
XYZ23.511611.799521.4604
Yxy11.79950.41410.2078
Hunter Lab34.350462.0636-12.9961
CIE-Lab40.895768.6311-18.2959

#b70880 color RGB value is (183,8,128).

#b70880 hex color red value is 183, green value is 8 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b70880 hue: 0.89 , saturation: 0.92 and the lightness value of b70880 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001000 10000000
Octal 267 10 200
Decimal 183 8 128
Hex B7 8 80

RGB Percentages of Color #b70880

%57.37
%2.51
%40.13

CMYK Percentages of Color #b70880

%0
%96
%30
%28

Triadic Colors of #b70880

#b70880 #80b708 #0880b7

Analogous Colors of #b70880

#b70880 #b70829 #9708b7

Monochromatic Colors of #b70880

#b70880

Complementary Color

#b70880 #08b73f

#b70880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70880 Color CSS Codes

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

#b70880 Text Font Color

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

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


#b70880 Background Color

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

This div background color is #b70880


#b70880 Border Color

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

This div border color is #b70880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70880


Comments

No comments written yet.

Please login to write comment.