Color Hex Logo

#b20efd Color Hex

#B20EFD
(178,14,253)
0 Favorites   0 Comments

Color spaces of #b20efd

RGB 17814253
HSL0.780.980.52
HSV281°94°99°
CMYK 0.300.940.00   0.01
XYZ36.246816.870994.2745
Yxy16.87090.24590.1145
Hunter Lab41.074285.6413-107.3319
CIE-Lab48.097086.3083-80.1107

#b20efd color RGB value is (178,14,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001110 11111101
Octal 262 16 375
Decimal 178 14 253
Hex B2 E FD

RGB Percentages of Color #b20efd

%40.00
%3.15
%56.85

CMYK Percentages of Color #b20efd

%30
%94
%0
%1

Triadic Colors of #b20efd

#b20efd #fdb20e #0efdb2

Analogous Colors of #b20efd

#b20efd #fd0ed1 #3a0efd

Monochromatic Colors of #b20efd

#b20efd

Complementary Color

#b20efd #59fd0e

#b20efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20efd Color CSS Codes

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

#b20efd Text Font Color

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

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


#b20efd Background Color

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

This div background color is #b20efd


#b20efd Border Color

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

This div border color is #b20efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,14,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 #b20efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20efd


Comments

No comments written yet.

Please login to write comment.