Color Hex Logo

#b20cbc Color Hex

#B20CBC
(178,12,188)
0 Favorites   0 Comments

Color spaces of #b20cbc

RGB 17812188
HSL0.820.880.39
HSV297°94°74°
CMYK 0.050.940.00   0.26
XYZ27.568713.358848.7024
Yxy13.35880.30760.1490
Hunter Lab36.549770.6770-53.4190
CIE-Lab43.299075.3766-50.7141

#b20cbc color RGB value is (178,12,188).

#b20cbc hex color red value is 178, green value is 12 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b20cbc hue: 0.82 , saturation: 0.88 and the lightness value of b20cbc is 0.39.

The process color (four color CMYK) of #b20cbc color hex is 0.05, 0.94, 0.00, 0.26. Web safe color of #b20cbc is #9900cc. Color #b20cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001100 10111100
Octal 262 14 274
Decimal 178 12 188
Hex B2 C BC

RGB Percentages of Color #b20cbc

%47.09
%3.17
%49.74

CMYK Percentages of Color #b20cbc

%5
%94
%0
%26

Triadic Colors of #b20cbc

#b20cbc #bcb20c #0cbcb2

Analogous Colors of #b20cbc

#b20cbc #bc0c6e #5a0cbc

Monochromatic Colors of #b20cbc

#b20cbc

Complementary Color

#b20cbc #16bc0c

#b20cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20cbc Color CSS Codes

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

#b20cbc Text Font Color

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

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


#b20cbc Background Color

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

This div background color is #b20cbc


#b20cbc Border Color

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

This div border color is #b20cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20cbc


Comments

No comments written yet.

Please login to write comment.