Color Hex Logo

#b60fae Color Hex

#B60FAE
(182,15,174)
0 Favorites   0 Comments

Color spaces of #b60fae

RGB 18215174
HSL0.840.850.39
HSV303°92°71°
CMYK 0.000.920.04   0.29
XYZ27.102213.342741.1914
Yxy13.34270.33200.1634
Hunter Lab36.527768.5171-41.2906
CIE-Lab43.275173.6018-42.4494

#b60fae color RGB value is (182,15,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00001111 10101110
Octal 266 17 256
Decimal 182 15 174
Hex B6 F AE

RGB Percentages of Color #b60fae

%49.06
%4.04
%46.90

CMYK Percentages of Color #b60fae

%0
%92
%4
%29

Triadic Colors of #b60fae

#b60fae #aeb60f #0faeb6

Analogous Colors of #b60fae

#b60fae #b60f5a #6b0fb6

Monochromatic Colors of #b60fae

#b60fae

Complementary Color

#b60fae #0fb617

#b60fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b60fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b60fae Color CSS Codes

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

#b60fae Text Font Color

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

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


#b60fae Background Color

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

This div background color is #b60fae


#b60fae Border Color

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

This div border color is #b60fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b60fae


Comments

No comments written yet.

Please login to write comment.