Color Hex Logo

#b02fae Color Hex

#B02FAE
(176,47,174)
0 Favorites   0 Comments

Color spaces of #b02fae

RGB 17647174
HSL0.840.580.44
HSV301°73°69°
CMYK 0.000.730.01   0.31
XYZ26.561014.319141.4083
Yxy14.31910.32280.1740
Hunter Lab37.840659.0714-38.3916
CIE-Lab44.687165.3104-40.2684

#b02fae color RGB value is (176,47,174).

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

The process color (four color CMYK) of #b02fae color hex is 0.00, 0.73, 0.01, 0.31. Web safe color of #b02fae is #993399. Color #b02fae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101111 10101110
Octal 260 57 256
Decimal 176 47 174
Hex B0 2F AE

RGB Percentages of Color #b02fae

%44.33
%11.84
%43.83

CMYK Percentages of Color #b02fae

%0
%73
%1
%31

Triadic Colors of #b02fae

#b02fae #aeb02f #2faeb0

Analogous Colors of #b02fae

#b02fae #b02f6e #722fb0

Monochromatic Colors of #b02fae

#b02fae

Complementary Color

#b02fae #2fb031

#b02fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02fae Color CSS Codes

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

#b02fae Text Font Color

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

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


#b02fae Background Color

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

This div background color is #b02fae


#b02fae Border Color

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

This div border color is #b02fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02fae


Comments

No comments written yet.

Please login to write comment.