Color Hex Logo

#b21759 Color Hex

#B21759
(178,23,89)
0 Favorites   0 Comments

Color spaces of #b21759

RGB 1782389
HSL0.930.770.39
HSV334°87°70°
CMYK 0.000.870.50   0.30
XYZ20.469710.799010.4567
Yxy10.79900.49060.2588
Hunter Lab32.861853.67984.1371
CIE-Lab39.239961.60243.6525

#b21759 color RGB value is (178,23,89).

#b21759 hex color red value is 178, green value is 23 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #b21759 hue: 0.93 , saturation: 0.77 and the lightness value of b21759 is 0.39.

The process color (four color CMYK) of #b21759 color hex is 0.00, 0.87, 0.50, 0.30. Web safe color of #b21759 is #990066. Color #b21759 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010111 01011001
Octal 262 27 131
Decimal 178 23 89
Hex B2 17 59

RGB Percentages of Color #b21759

%61.38
%7.93
%30.69

CMYK Percentages of Color #b21759

%0
%87
%50
%30

Triadic Colors of #b21759

#b21759 #59b217 #1759b2

Analogous Colors of #b21759

#b21759 #b22317 #b217a7

Monochromatic Colors of #b21759

#b21759

Complementary Color

#b21759 #17b270

#b21759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21759 Color CSS Codes

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

#b21759 Text Font Color

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

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


#b21759 Background Color

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

This div background color is #b21759


#b21759 Border Color

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

This div border color is #b21759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21759


Comments

No comments written yet.

Please login to write comment.