Color Hex Logo

#b20dfc Color Hex

#B20DFC
(178,13,252)
0 Favorites   0 Comments

Color spaces of #b20dfc

RGB 17813252
HSL0.780.980.52
HSV281°95°99°
CMYK 0.290.950.00   0.01
XYZ36.074716.781193.4332
Yxy16.78110.24660.1147
Hunter Lab40.964785.5038-106.5545
CIE-Lab47.983086.2246-79.7384

#b20dfc color RGB value is (178,13,252).

#b20dfc hex color red value is 178, green value is 13 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b20dfc hue: 0.78 , saturation: 0.98 and the lightness value of b20dfc is 0.52.

The process color (four color CMYK) of #b20dfc color hex is 0.29, 0.95, 0.00, 0.01. Web safe color of #b20dfc is #9900ff. Color #b20dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001101 11111100
Octal 262 15 374
Decimal 178 13 252
Hex B2 D FC

RGB Percentages of Color #b20dfc

%40.18
%2.93
%56.88

CMYK Percentages of Color #b20dfc

%29
%95
%0
%1

Triadic Colors of #b20dfc

#b20dfc #fcb20d #0dfcb2

Analogous Colors of #b20dfc

#b20dfc #fc0dcf #3a0dfc

Monochromatic Colors of #b20dfc

#b20dfc

Complementary Color

#b20dfc #57fc0d

#b20dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20dfc Color CSS Codes

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

#b20dfc Text Font Color

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

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


#b20dfc Background Color

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

This div background color is #b20dfc


#b20dfc Border Color

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

This div border color is #b20dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20dfc

Related Colors


Comments

No comments written yet.

Please login to write comment.