Color Hex Logo

#b20cdc Color Hex

#B20CDC
(178,12,220)
0 Favorites   0 Comments

Color spaces of #b20cdc

RGB 17812220
HSL0.800.900.45
HSV288°95°86°
CMYK 0.190.950.00   0.14
XYZ31.409814.895268.9297
Yxy14.89520.27260.1293
Hunter Lab38.594377.7314-78.8764
CIE-Lab45.490380.6392-65.7119

#b20cdc color RGB value is (178,12,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001100 11011100
Octal 262 14 334
Decimal 178 12 220
Hex B2 C DC

RGB Percentages of Color #b20cdc

%43.41
%2.93
%53.66

CMYK Percentages of Color #b20cdc

%19
%95
%0
%14

Triadic Colors of #b20cdc

#b20cdc #dcb20c #0cdcb2

Analogous Colors of #b20cdc

#b20cdc #dc0c9e #4a0cdc

Monochromatic Colors of #b20cdc

#b20cdc

Complementary Color

#b20cdc #36dc0c

#b20cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20cdc Color CSS Codes

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

#b20cdc Text Font Color

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

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


#b20cdc Background Color

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

This div background color is #b20cdc


#b20cdc Border Color

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

This div border color is #b20cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20cdc


Comments

No comments written yet.

Please login to write comment.