Color Hex Logo

#b60cbd Color Hex

#B60CBD
(182,12,189)
0 Favorites   0 Comments

Color spaces of #b60cbd

RGB 18212189
HSL0.830.880.39
HSV298°94°74°
CMYK 0.040.940.00   0.26
XYZ28.608213.882249.3158
Yxy13.88220.31160.1512
Hunter Lab37.258871.8535-52.3951
CIE-Lab44.063576.1898-50.0354

#b60cbd color RGB value is (182,12,189).

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

The process color (four color CMYK) of #b60cbd color hex is 0.04, 0.94, 0.00, 0.26. Web safe color of #b60cbd is #cc00cc. Color #b60cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001100 10111101
Octal 266 14 275
Decimal 182 12 189
Hex B6 C BD

RGB Percentages of Color #b60cbd

%47.52
%3.13
%49.35

CMYK Percentages of Color #b60cbd

%4
%94
%0
%26

Triadic Colors of #b60cbd

#b60cbd #bdb60c #0cbdb6

Analogous Colors of #b60cbd

#b60cbd #bd0c6c #5e0cbd

Monochromatic Colors of #b60cbd

#b60cbd

Complementary Color

#b60cbd #13bd0c

#b60cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60cbd Color CSS Codes

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

#b60cbd Text Font Color

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

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


#b60cbd Background Color

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

This div background color is #b60cbd


#b60cbd Border Color

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

This div border color is #b60cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60cbd


Comments

No comments written yet.

Please login to write comment.