Color Hex Logo

#b04abd Color Hex

#B04ABD
(176,74,189)
0 Favorites   0 Comments

Color spaces of #b04abd

RGB 17674189
HSL0.810.470.52
HSV293°61°74°
CMYK 0.070.610.00   0.26
XYZ29.538617.801850.0233
Yxy17.80180.30340.1828
Hunter Lab42.192251.1309-40.7601
CIE-Lab49.254857.4073-41.8159

#b04abd color RGB value is (176,74,189).

#b04abd hex color red value is 176, green value is 74 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b04abd hue: 0.81 , saturation: 0.47 and the lightness value of b04abd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001010 10111101
Octal 260 112 275
Decimal 176 74 189
Hex B0 4A BD

RGB Percentages of Color #b04abd

%40.09
%16.86
%43.05

CMYK Percentages of Color #b04abd

%7
%61
%0
%26

Triadic Colors of #b04abd

#b04abd #bdb04a #4abdb0

Analogous Colors of #b04abd

#b04abd #bd4a91 #774abd

Monochromatic Colors of #b04abd

#b04abd

Complementary Color

#b04abd #57bd4a

#b04abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04abd Color CSS Codes

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

#b04abd Text Font Color

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

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


#b04abd Background Color

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

This div background color is #b04abd


#b04abd Border Color

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

This div border color is #b04abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04abd


Comments

No comments written yet.

Please login to write comment.