Color Hex Logo

#b60ddd Color Hex

#B60DDD
(182,13,221)
0 Favorites   0 Comments

Color spaces of #b60ddd

RGB 18213221
HSL0.800.890.46
HSV289°94°87°
CMYK 0.180.940.00   0.13
XYZ32.486515.453469.6772
Yxy15.45340.27620.1314
Hunter Lab39.310878.7187-77.5721
CIE-Lab46.249081.2745-65.0223

#b60ddd color RGB value is (182,13,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001101 11011101
Octal 266 15 335
Decimal 182 13 221
Hex B6 D DD

RGB Percentages of Color #b60ddd

%43.75
%3.13
%53.13

CMYK Percentages of Color #b60ddd

%18
%94
%0
%13

Triadic Colors of #b60ddd

#b60ddd #ddb60d #0dddb6

Analogous Colors of #b60ddd

#b60ddd #dd0d9c #4e0ddd

Monochromatic Colors of #b60ddd

#b60ddd

Complementary Color

#b60ddd #34dd0d

#b60ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60ddd Color CSS Codes

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

#b60ddd Text Font Color

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

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


#b60ddd Background Color

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

This div background color is #b60ddd


#b60ddd Border Color

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

This div border color is #b60ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60ddd


Comments

No comments written yet.

Please login to write comment.