Color Hex Logo

#b21dca Color Hex

#B21DCA
(178,29,202)
0 Favorites   0 Comments

Color spaces of #b21dca

RGB 17829202
HSL0.810.750.45
HSV292°86°79°
CMYK 0.120.860.00   0.21
XYZ29.460114.608057.1440
Yxy14.60800.29110.1443
Hunter Lab38.220470.7012-61.8912
CIE-Lab45.092575.0479-55.9925

#b21dca color RGB value is (178,29,202).

#b21dca hex color red value is 178, green value is 29 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b21dca hue: 0.81 , saturation: 0.75 and the lightness value of b21dca is 0.45.

The process color (four color CMYK) of #b21dca color hex is 0.12, 0.86, 0.00, 0.21. Web safe color of #b21dca is #9933cc. Color #b21dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011101 11001010
Octal 262 35 312
Decimal 178 29 202
Hex B2 1D CA

RGB Percentages of Color #b21dca

%43.52
%7.09
%49.39

CMYK Percentages of Color #b21dca

%12
%86
%0
%21

Triadic Colors of #b21dca

#b21dca #cab21d #1dcab2

Analogous Colors of #b21dca

#b21dca #ca1d8c #5b1dca

Monochromatic Colors of #b21dca

#b21dca

Complementary Color

#b21dca #35ca1d

#b21dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21dca Color CSS Codes

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

#b21dca Text Font Color

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

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


#b21dca Background Color

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

This div background color is #b21dca


#b21dca Border Color

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

This div border color is #b21dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21dca


Comments

No comments written yet.

Please login to write comment.