Color Hex Logo

#b60dde Color Hex

#B60DDE
(182,13,222)
0 Favorites   0 Comments

Color spaces of #b60dde

RGB 18213222
HSL0.800.890.46
HSV289°94°87°
CMYK 0.180.940.00   0.13
XYZ32.620115.506970.3811
Yxy15.50690.27530.1309
Hunter Lab39.378878.9506-78.4029
CIE-Lab46.320881.4438-65.4770

#b60dde color RGB value is (182,13,222).

#b60dde hex color red value is 182, green value is 13 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b60dde hue: 0.80 , saturation: 0.89 and the lightness value of b60dde is 0.46.

The process color (four color CMYK) of #b60dde color hex is 0.18, 0.94, 0.00, 0.13. Web safe color of #b60dde is #cc00cc. Color #b60dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001101 11011110
Octal 266 15 336
Decimal 182 13 222
Hex B6 D DE

RGB Percentages of Color #b60dde

%43.65
%3.12
%53.24

CMYK Percentages of Color #b60dde

%18
%94
%0
%13

Triadic Colors of #b60dde

#b60dde #deb60d #0ddeb6

Analogous Colors of #b60dde

#b60dde #de0d9e #4d0dde

Monochromatic Colors of #b60dde

#b60dde

Complementary Color

#b60dde #35de0d

#b60dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60dde Color CSS Codes

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

#b60dde Text Font Color

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

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


#b60dde Background Color

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

This div background color is #b60dde


#b60dde Border Color

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

This div border color is #b60dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,13,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60dde


Comments

No comments written yet.

Please login to write comment.