Color Hex Logo

#b20cbd Color Hex

#B20CBD
(178,12,189)
0 Favorites   0 Comments

Color spaces of #b20cbd

RGB 17812189
HSL0.820.880.39
HSV296°94°74°
CMYK 0.060.940.00   0.26
XYZ27.676913.402049.2722
Yxy13.40200.30630.1483
Hunter Lab36.608770.8841-54.1731
CIE-Lab43.362875.5338-51.1982

#b20cbd color RGB value is (178,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001100 10111101
Octal 262 14 275
Decimal 178 12 189
Hex B2 C BD

RGB Percentages of Color #b20cbd

%46.97
%3.17
%49.87

CMYK Percentages of Color #b20cbd

%6
%94
%0
%26

Triadic Colors of #b20cbd

#b20cbd #bdb20c #0cbdb2

Analogous Colors of #b20cbd

#b20cbd #bd0c70 #590cbd

Monochromatic Colors of #b20cbd

#b20cbd

Complementary Color

#b20cbd #17bd0c

#b20cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20cbd Color CSS Codes

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

#b20cbd Text Font Color

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

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


#b20cbd Background Color

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

This div background color is #b20cbd


#b20cbd Border Color

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

This div border color is #b20cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20cbd


Comments

No comments written yet.

Please login to write comment.