Color Hex Logo

#b21058 Color Hex

#B21058
(178,16,88)
0 Favorites   0 Comments

Color spaces of #b21058

RGB 1781688
HSL0.930.840.38
HSV333°91°70°
CMYK 0.000.910.51   0.30
XYZ20.306810.540110.1967
Yxy10.54010.49480.2568
Hunter Lab32.465554.83504.1042
CIE-Lab38.794862.72353.6507

#b21058 color RGB value is (178,16,88).

#b21058 hex color red value is 178, green value is 16 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b21058 hue: 0.93 , saturation: 0.84 and the lightness value of b21058 is 0.38.

The process color (four color CMYK) of #b21058 color hex is 0.00, 0.91, 0.51, 0.30. Web safe color of #b21058 is #990066. Color #b21058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010000 01011000
Octal 262 20 130
Decimal 178 16 88
Hex B2 10 58

RGB Percentages of Color #b21058

%63.12
%5.67
%31.21

CMYK Percentages of Color #b21058

%0
%91
%51
%30

Triadic Colors of #b21058

#b21058 #58b210 #1058b2

Analogous Colors of #b21058

#b21058 #b21910 #b210a9

Monochromatic Colors of #b21058

#b21058

Complementary Color

#b21058 #10b26a

#b21058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21058 Color CSS Codes

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

#b21058 Text Font Color

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

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


#b21058 Background Color

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

This div background color is #b21058


#b21058 Border Color

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

This div border color is #b21058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21058


Comments

No comments written yet.

Please login to write comment.