Color Hex Logo

#b21ca0 Color Hex

#B21CA0
(178,28,160)
0 Favorites   0 Comments

Color spaces of #b21ca0

RGB 17828160
HSL0.850.730.40
HSV307°84°70°
CMYK 0.000.840.10   0.30
XYZ25.120512.833634.4108
Yxy12.83360.34710.1773
Hunter Lab35.824062.4757-31.8743
CIE-Lab42.511468.6686-35.3489

#b21ca0 color RGB value is (178,28,160).

#b21ca0 hex color red value is 178, green value is 28 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #b21ca0 hue: 0.85 , saturation: 0.73 and the lightness value of b21ca0 is 0.40.

The process color (four color CMYK) of #b21ca0 color hex is 0.00, 0.84, 0.10, 0.30. Web safe color of #b21ca0 is #993399. Color #b21ca0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011100 10100000
Octal 262 34 240
Decimal 178 28 160
Hex B2 1C A0

RGB Percentages of Color #b21ca0

%48.63
%7.65
%43.72

CMYK Percentages of Color #b21ca0

%0
%84
%10
%30

Triadic Colors of #b21ca0

#b21ca0 #a0b21c #1ca0b2

Analogous Colors of #b21ca0

#b21ca0 #b21c55 #791cb2

Monochromatic Colors of #b21ca0

#b21ca0

Complementary Color

#b21ca0 #1cb22e

#b21ca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21ca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21ca0 Color CSS Codes

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

#b21ca0 Text Font Color

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

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


#b21ca0 Background Color

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

This div background color is #b21ca0


#b21ca0 Border Color

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

This div border color is #b21ca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21ca0


Comments

No comments written yet.

Please login to write comment.