Color Hex Logo

#b21895 Color Hex

#B21895
(178,24,149)
0 Favorites   0 Comments

Color spaces of #b21895

RGB 17824149
HSL0.860.760.40
HSV311°87°70°
CMYK 0.000.870.16   0.30
XYZ24.111512.288229.5348
Yxy12.28820.36570.1864
Hunter Lab35.054561.4319-25.4160
CIE-Lab41.670567.9382-30.0337

#b21895 color RGB value is (178,24,149).

#b21895 hex color red value is 178, green value is 24 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #b21895 hue: 0.86 , saturation: 0.76 and the lightness value of b21895 is 0.40.

The process color (four color CMYK) of #b21895 color hex is 0.00, 0.87, 0.16, 0.30. Web safe color of #b21895 is #990099. Color #b21895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011000 10010101
Octal 262 30 225
Decimal 178 24 149
Hex B2 18 95

RGB Percentages of Color #b21895

%50.71
%6.84
%42.45

CMYK Percentages of Color #b21895

%0
%87
%16
%30

Triadic Colors of #b21895

#b21895 #95b218 #1895b2

Analogous Colors of #b21895

#b21895 #b21848 #8218b2

Monochromatic Colors of #b21895

#b21895

Complementary Color

#b21895 #18b235

#b21895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21895 Color CSS Codes

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

#b21895 Text Font Color

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

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


#b21895 Background Color

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

This div background color is #b21895


#b21895 Border Color

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

This div border color is #b21895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21895


Comments

No comments written yet.

Please login to write comment.