Color Hex Logo

#b21585 Color Hex

#B21585
(178,21,133)
0 Favorites   0 Comments

Color spaces of #b21585

RGB 17821133
HSL0.880.790.39
HSV317°88°70°
CMYK 0.000.880.25   0.30
XYZ22.861911.694823.2427
Yxy11.69480.39550.2023
Hunter Lab34.197759.4853-16.3585
CIE-Lab40.726966.4405-21.7237

#b21585 color RGB value is (178,21,133).

#b21585 hex color red value is 178, green value is 21 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b21585 hue: 0.88 , saturation: 0.79 and the lightness value of b21585 is 0.39.

The process color (four color CMYK) of #b21585 color hex is 0.00, 0.88, 0.25, 0.30. Web safe color of #b21585 is #990099. Color #b21585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00010101 10000101
Octal 262 25 205
Decimal 178 21 133
Hex B2 15 85

RGB Percentages of Color #b21585

%53.61
%6.33
%40.06

CMYK Percentages of Color #b21585

%0
%88
%25
%30

Triadic Colors of #b21585

#b21585 #85b215 #1585b2

Analogous Colors of #b21585

#b21585 #b21537 #9115b2

Monochromatic Colors of #b21585

#b21585

Complementary Color

#b21585 #15b242

#b21585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21585 Color CSS Codes

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

#b21585 Text Font Color

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

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


#b21585 Background Color

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

This div background color is #b21585


#b21585 Border Color

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

This div border color is #b21585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21585


Comments

No comments written yet.

Please login to write comment.