Color Hex Logo

#b20cbf Color Hex

#B20CBF
(178,12,191)
0 Favorites   0 Comments

Color spaces of #b20cbf

RGB 17812191
HSL0.820.880.40
HSV296°94°75°
CMYK 0.070.940.00   0.25
XYZ27.895513.489550.4237
Yxy13.48950.30380.1469
Hunter Lab36.728171.2993-55.6892
CIE-Lab43.491775.8484-52.1629

#b20cbf color RGB value is (178,12,191).

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

The process color (four color CMYK) of #b20cbf color hex is 0.07, 0.94, 0.00, 0.25. Web safe color of #b20cbf is #9900cc. Color #b20cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00001100 10111111
Octal 262 14 277
Decimal 178 12 191
Hex B2 C BF

RGB Percentages of Color #b20cbf

%46.72
%3.15
%50.13

CMYK Percentages of Color #b20cbf

%7
%94
%0
%25

Triadic Colors of #b20cbf

#b20cbf #bfb20c #0cbfb2

Analogous Colors of #b20cbf

#b20cbf #bf0c73 #580cbf

Monochromatic Colors of #b20cbf

#b20cbf

Complementary Color

#b20cbf #19bf0c

#b20cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20cbf Color CSS Codes

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

#b20cbf Text Font Color

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

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


#b20cbf Background Color

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

This div background color is #b20cbf


#b20cbf Border Color

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

This div border color is #b20cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20cbf


Comments

No comments written yet.

Please login to write comment.