Color Hex Logo

#b60dae Color Hex

#B60DAE
(182,13,174)
0 Favorites   0 Comments

Color spaces of #b60dae

RGB 18213174
HSL0.840.870.38
HSV303°93°71°
CMYK 0.000.930.04   0.29
XYZ27.075313.288941.1824
Yxy13.28890.33200.1630
Hunter Lab36.453968.7822-41.4628
CIE-Lab43.195473.8368-42.5764

#b60dae color RGB value is (182,13,174).

#b60dae hex color red value is 182, green value is 13 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b60dae hue: 0.84 , saturation: 0.87 and the lightness value of b60dae is 0.38.

The process color (four color CMYK) of #b60dae color hex is 0.00, 0.93, 0.04, 0.29. Web safe color of #b60dae is #cc0099. Color #b60dae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001101 10101110
Octal 266 15 256
Decimal 182 13 174
Hex B6 D AE

RGB Percentages of Color #b60dae

%49.32
%3.52
%47.15

CMYK Percentages of Color #b60dae

%0
%93
%4
%29

Triadic Colors of #b60dae

#b60dae #aeb60d #0daeb6

Analogous Colors of #b60dae

#b60dae #b60d5a #6a0db6

Monochromatic Colors of #b60dae

#b60dae

Complementary Color

#b60dae #0db615

#b60dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60dae Color CSS Codes

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

#b60dae Text Font Color

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

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


#b60dae Background Color

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

This div background color is #b60dae


#b60dae Border Color

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

This div border color is #b60dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60dae


Comments

No comments written yet.

Please login to write comment.