Color Hex Logo

#b20ffd Color Hex

#B20FFD
(178,15,253)
0 Favorites   0 Comments

Color spaces of #b20ffd

RGB 17815253
HSL0.780.980.53
HSV281°94°99°
CMYK 0.300.940.00   0.01
XYZ36.260516.898594.2791
Yxy16.89850.24590.1146
Hunter Lab41.107885.5133-107.2039
CIE-Lab48.131986.2034-80.0536

#b20ffd color RGB value is (178,15,253).

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

The process color (four color CMYK) of #b20ffd color hex is 0.30, 0.94, 0.00, 0.01. Web safe color of #b20ffd is #9900ff. Color #b20ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001111 11111101
Octal 262 17 375
Decimal 178 15 253
Hex B2 F FD

RGB Percentages of Color #b20ffd

%39.91
%3.36
%56.73

CMYK Percentages of Color #b20ffd

%30
%94
%0
%1

Triadic Colors of #b20ffd

#b20ffd #fdb20f #0ffdb2

Analogous Colors of #b20ffd

#b20ffd #fd0fd1 #3b0ffd

Monochromatic Colors of #b20ffd

#b20ffd

Complementary Color

#b20ffd #5afd0f

#b20ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20ffd Color CSS Codes

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

#b20ffd Text Font Color

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

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


#b20ffd Background Color

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

This div background color is #b20ffd


#b20ffd Border Color

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

This div border color is #b20ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.