Color Hex Logo

#b02ba4 Color Hex

#B02BA4
(176,43,164)
0 Favorites   0 Comments

Color spaces of #b02ba4

RGB 17643164
HSL0.850.610.43
HSV305°76°69°
CMYK 0.000.760.07   0.31
XYZ25.469213.638236.4120
Yxy13.63820.33730.1806
Hunter Lab36.929958.4774-32.6075
CIE-Lab43.709564.9823-35.8745

#b02ba4 color RGB value is (176,43,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101011 10100100
Octal 260 53 244
Decimal 176 43 164
Hex B0 2B A4

RGB Percentages of Color #b02ba4

%45.95
%11.23
%42.82

CMYK Percentages of Color #b02ba4

%0
%76
%7
%31

Triadic Colors of #b02ba4

#b02ba4 #a4b02b #2ba4b0

Analogous Colors of #b02ba4

#b02ba4 #b02b62 #7a2bb0

Monochromatic Colors of #b02ba4

#b02ba4

Complementary Color

#b02ba4 #2bb037

#b02ba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02ba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02ba4 Color CSS Codes

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

#b02ba4 Text Font Color

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

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


#b02ba4 Background Color

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

This div background color is #b02ba4


#b02ba4 Border Color

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

This div border color is #b02ba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02ba4


Comments

No comments written yet.

Please login to write comment.