Color Hex Logo

#b21ba3 Color Hex

#B21BA3
(178,27,163)
0 Favorites   0 Comments

Color spaces of #b21ba3

RGB 17827163
HSL0.850.740.40
HSV306°85°70°
CMYK 0.000.850.08   0.30
XYZ25.362912.893235.8022
Yxy12.89320.34250.1741
Hunter Lab35.907163.2456-33.9818
CIE-Lab42.601969.3076-37.0049

#b21ba3 color RGB value is (178,27,163).

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

The process color (four color CMYK) of #b21ba3 color hex is 0.00, 0.85, 0.08, 0.30. Web safe color of #b21ba3 is #993399. Color #b21ba3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011011 10100011
Octal 262 33 243
Decimal 178 27 163
Hex B2 1B A3

RGB Percentages of Color #b21ba3

%48.37
%7.34
%44.29

CMYK Percentages of Color #b21ba3

%0
%85
%8
%30

Triadic Colors of #b21ba3

#b21ba3 #a3b21b #1ba3b2

Analogous Colors of #b21ba3

#b21ba3 #b21b57 #761bb2

Monochromatic Colors of #b21ba3

#b21ba3

Complementary Color

#b21ba3 #1bb22a

#b21ba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21ba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21ba3 Color CSS Codes

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

#b21ba3 Text Font Color

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

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


#b21ba3 Background Color

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

This div background color is #b21ba3


#b21ba3 Border Color

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

This div border color is #b21ba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21ba3


Comments

No comments written yet.

Please login to write comment.