Color Hex Logo

#b02abd Color Hex

#B02ABD
(176,42,189)
0 Favorites   0 Comments

Color spaces of #b02abd

RGB 17642189
HSL0.820.640.45
HSV295°78°74°
CMYK 0.070.780.00   0.26
XYZ27.917814.560249.4831
Yxy14.56020.30360.1583
Hunter Lab38.157863.8216-50.1768
CIE-Lab45.025869.3244-48.5497

#b02abd color RGB value is (176,42,189).

#b02abd hex color red value is 176, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b02abd hue: 0.82 , saturation: 0.64 and the lightness value of b02abd is 0.45.

The process color (four color CMYK) of #b02abd color hex is 0.07, 0.78, 0.00, 0.26. Web safe color of #b02abd is #9933cc. Color #b02abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101010 10111101
Octal 260 52 275
Decimal 176 42 189
Hex B0 2A BD

RGB Percentages of Color #b02abd

%43.24
%10.32
%46.44

CMYK Percentages of Color #b02abd

%7
%78
%0
%26

Triadic Colors of #b02abd

#b02abd #bdb02a #2abdb0

Analogous Colors of #b02abd

#b02abd #bd2a81 #672abd

Monochromatic Colors of #b02abd

#b02abd

Complementary Color

#b02abd #37bd2a

#b02abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02abd Color CSS Codes

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

#b02abd Text Font Color

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

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


#b02abd Background Color

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

This div background color is #b02abd


#b02abd Border Color

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

This div border color is #b02abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02abd


Comments

No comments written yet.

Please login to write comment.