Color Hex Logo

#b00fae Color Hex

#B00FAE
(176,15,174)
0 Favorites   0 Comments

Color spaces of #b00fae

RGB 17615174
HSL0.840.840.37
HSV301°91°69°
CMYK 0.000.910.01   0.31
XYZ25.715312.627741.1264
Yxy12.62770.32360.1589
Hunter Lab35.535566.9847-43.7435
CIE-Lab42.196872.5374-44.2324

#b00fae color RGB value is (176,15,174).

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

The process color (four color CMYK) of #b00fae color hex is 0.00, 0.91, 0.01, 0.31. Web safe color of #b00fae is #990099. Color #b00fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001111 10101110
Octal 260 17 256
Decimal 176 15 174
Hex B0 F AE

RGB Percentages of Color #b00fae

%48.22
%4.11
%47.67

CMYK Percentages of Color #b00fae

%0
%91
%1
%31

Triadic Colors of #b00fae

#b00fae #aeb00f #0faeb0

Analogous Colors of #b00fae

#b00fae #b00f5e #620fb0

Monochromatic Colors of #b00fae

#b00fae

Complementary Color

#b00fae #0fb011

#b00fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00fae Color CSS Codes

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

#b00fae Text Font Color

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

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


#b00fae Background Color

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

This div background color is #b00fae


#b00fae Border Color

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

This div border color is #b00fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00fae


Comments

No comments written yet.

Please login to write comment.