Color Hex Logo

#b70259 Color Hex

#B70259
(183,2,89)
0 Favorites   0 Comments

Color spaces of #b70259

RGB 183289
HSL0.920.980.36
HSV331°99°72°
CMYK 0.000.990.51   0.28
XYZ21.353310.832010.4165
Yxy10.83200.50120.2543
Hunter Lab32.912058.21474.2734
CIE-Lab39.296165.61193.8669

#b70259 color RGB value is (183,2,89).

#b70259 hex color red value is 183, green value is 2 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b70259 hue: 0.92 , saturation: 0.98 and the lightness value of b70259 is 0.36.

The process color (four color CMYK) of #b70259 color hex is 0.00, 0.99, 0.51, 0.28. Web safe color of #b70259 is #cc0066. Color #b70259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00000010 01011001
Octal 267 2 131
Decimal 183 2 89
Hex B7 2 59

RGB Percentages of Color #b70259

%66.79
%0.73
%32.48

CMYK Percentages of Color #b70259

%0
%99
%51
%28

Triadic Colors of #b70259

#b70259 #59b702 #0259b7

Analogous Colors of #b70259

#b70259 #b70602 #b702b4

Monochromatic Colors of #b70259

#b70259

Complementary Color

#b70259 #02b760

#b70259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70259 Color CSS Codes

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

#b70259 Text Font Color

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

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


#b70259 Background Color

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

This div background color is #b70259


#b70259 Border Color

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

This div border color is #b70259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70259


Comments

No comments written yet.

Please login to write comment.