Color Hex Logo

#b02bae Color Hex

#B02BAE
(176,43,174)
0 Favorites   0 Comments

Color spaces of #b02bae

RGB 17643174
HSL0.840.610.43
HSV301°76°69°
CMYK 0.000.760.01   0.31
XYZ26.408414.013941.3575
Yxy14.01390.32290.1714
Hunter Lab37.435160.4103-39.2976
CIE-Lab44.252966.5550-40.9578

#b02bae color RGB value is (176,43,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101011 10101110
Octal 260 53 256
Decimal 176 43 174
Hex B0 2B AE

RGB Percentages of Color #b02bae

%44.78
%10.94
%44.27

CMYK Percentages of Color #b02bae

%0
%76
%1
%31

Triadic Colors of #b02bae

#b02bae #aeb02b #2baeb0

Analogous Colors of #b02bae

#b02bae #b02b6c #702bb0

Monochromatic Colors of #b02bae

#b02bae

Complementary Color

#b02bae #2bb02d

#b02bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02bae Color CSS Codes

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

#b02bae Text Font Color

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

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


#b02bae Background Color

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

This div background color is #b02bae


#b02bae Border Color

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

This div border color is #b02bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02bae


Comments

No comments written yet.

Please login to write comment.