Color Hex Logo

#b21fd1 Color Hex

#B21FD1
(178,31,209)
0 Favorites   0 Comments

Color spaces of #b21fd1

RGB 17831209
HSL0.800.740.47
HSV290°85°82°
CMYK 0.150.850.00   0.18
XYZ30.358715.048461.6262
Yxy15.04840.28360.1406
Hunter Lab38.792371.8070-67.0347
CIE-Lab45.700475.8338-59.0566

#b21fd1 color RGB value is (178,31,209).

#b21fd1 hex color red value is 178, green value is 31 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #b21fd1 hue: 0.80 , saturation: 0.74 and the lightness value of b21fd1 is 0.47.

The process color (four color CMYK) of #b21fd1 color hex is 0.15, 0.85, 0.00, 0.18. Web safe color of #b21fd1 is #9933cc. Color #b21fd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00011111 11010001
Octal 262 37 321
Decimal 178 31 209
Hex B2 1F D1

RGB Percentages of Color #b21fd1

%42.58
%7.42
%50.00

CMYK Percentages of Color #b21fd1

%15
%85
%0
%18

Triadic Colors of #b21fd1

#b21fd1 #d1b21f #1fd1b2

Analogous Colors of #b21fd1

#b21fd1 #d11f97 #591fd1

Monochromatic Colors of #b21fd1

#b21fd1

Complementary Color

#b21fd1 #3ed11f

#b21fd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b21fd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b21fd1 Color CSS Codes

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

#b21fd1 Text Font Color

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

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


#b21fd1 Background Color

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

This div background color is #b21fd1


#b21fd1 Border Color

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

This div border color is #b21fd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b21fd1


Comments

No comments written yet.

Please login to write comment.