Color Hex Logo

#b60dcd Color Hex

#B60DCD
(182,13,205)
0 Favorites   0 Comments

Color spaces of #b60dcd

RGB 18213205
HSL0.810.880.43
HSV293°94°80°
CMYK 0.110.940.00   0.20
XYZ30.454814.640758.9784
Yxy14.64070.29260.1407
Hunter Lab38.263275.1129-64.6047
CIE-Lab45.138178.6179-57.6220

#b60dcd color RGB value is (182,13,205).

#b60dcd hex color red value is 182, green value is 13 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b60dcd hue: 0.81 , saturation: 0.88 and the lightness value of b60dcd is 0.43.

The process color (four color CMYK) of #b60dcd color hex is 0.11, 0.94, 0.00, 0.20. Web safe color of #b60dcd is #cc00cc. Color #b60dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001101 11001101
Octal 266 15 315
Decimal 182 13 205
Hex B6 D CD

RGB Percentages of Color #b60dcd

%45.50
%3.25
%51.25

CMYK Percentages of Color #b60dcd

%11
%94
%0
%20

Triadic Colors of #b60dcd

#b60dcd #cdb60d #0dcdb6

Analogous Colors of #b60dcd

#b60dcd #cd0d84 #560dcd

Monochromatic Colors of #b60dcd

#b60dcd

Complementary Color

#b60dcd #24cd0d

#b60dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60dcd Color CSS Codes

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

#b60dcd Text Font Color

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

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


#b60dcd Background Color

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

This div background color is #b60dcd


#b60dcd Border Color

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

This div border color is #b60dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60dcd


Comments

No comments written yet.

Please login to write comment.