Color Hex Logo

#b02dac Color Hex

#B02DAC
(176,45,172)
0 Favorites   0 Comments

Color spaces of #b02dac

RGB 17645172
HSL0.840.590.43
HSV302°74°69°
CMYK 0.000.740.02   0.31
XYZ26.289314.085440.3629
Yxy14.08540.32560.1745
Hunter Lab37.530559.3569-37.4932
CIE-Lab44.355265.6228-39.6109

#b02dac color RGB value is (176,45,172).

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

The process color (four color CMYK) of #b02dac color hex is 0.00, 0.74, 0.02, 0.31. Web safe color of #b02dac is #993399. Color #b02dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101101 10101100
Octal 260 55 254
Decimal 176 45 172
Hex B0 2D AC

RGB Percentages of Color #b02dac

%44.78
%11.45
%43.77

CMYK Percentages of Color #b02dac

%0
%74
%2
%31

Triadic Colors of #b02dac

#b02dac #acb02d #2dacb0

Analogous Colors of #b02dac

#b02dac #b02d6b #732db0

Monochromatic Colors of #b02dac

#b02dac

Complementary Color

#b02dac #2db031

#b02dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02dac Color CSS Codes

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

#b02dac Text Font Color

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

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


#b02dac Background Color

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

This div background color is #b02dac


#b02dac Border Color

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

This div border color is #b02dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,45,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02dac


Comments

No comments written yet.

Please login to write comment.