Color Hex Logo

#b20edc Color Hex

#B20EDC
(178,14,220)
0 Favorites   0 Comments

Color spaces of #b20edc

RGB 17814220
HSL0.800.880.46
HSV288°94°86°
CMYK 0.190.940.00   0.14
XYZ31.435414.946468.9383
Yxy14.94640.27260.1296
Hunter Lab38.660677.4846-78.6616
CIE-Lab45.560780.4298-65.5977

#b20edc color RGB value is (178,14,220).

#b20edc hex color red value is 178, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b20edc hue: 0.80 , saturation: 0.88 and the lightness value of b20edc is 0.46.

The process color (four color CMYK) of #b20edc color hex is 0.19, 0.94, 0.00, 0.14. Web safe color of #b20edc is #9900cc. Color #b20edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001110 11011100
Octal 262 16 334
Decimal 178 14 220
Hex B2 E DC

RGB Percentages of Color #b20edc

%43.20
%3.40
%53.40

CMYK Percentages of Color #b20edc

%19
%94
%0
%14

Triadic Colors of #b20edc

#b20edc #dcb20e #0edcb2

Analogous Colors of #b20edc

#b20edc #dc0e9f #4b0edc

Monochromatic Colors of #b20edc

#b20edc

Complementary Color

#b20edc #38dc0e

#b20edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20edc Color CSS Codes

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

#b20edc Text Font Color

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

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


#b20edc Background Color

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

This div background color is #b20edc


#b20edc Border Color

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

This div border color is #b20edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20edc


Comments

No comments written yet.

Please login to write comment.