Color Hex Logo

#b04abf Color Hex

#B04ABF
(176,74,191)
0 Favorites   0 Comments

Color spaces of #b04abf

RGB 17674191
HSL0.810.480.52
HSV292°61°75°
CMYK 0.080.610.00   0.25
XYZ29.757217.889351.1748
Yxy17.88930.30110.1810
Hunter Lab42.295751.5662-42.1296
CIE-Lab49.361657.7807-42.8070

#b04abf color RGB value is (176,74,191).

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

The process color (four color CMYK) of #b04abf color hex is 0.08, 0.61, 0.00, 0.25. Web safe color of #b04abf is #9933cc. Color #b04abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001010 10111111
Octal 260 112 277
Decimal 176 74 191
Hex B0 4A BF

RGB Percentages of Color #b04abf

%39.91
%16.78
%43.31

CMYK Percentages of Color #b04abf

%8
%61
%0
%25

Triadic Colors of #b04abf

#b04abf #bfb04a #4abfb0

Analogous Colors of #b04abf

#b04abf #bf4a94 #764abf

Monochromatic Colors of #b04abf

#b04abf

Complementary Color

#b04abf #59bf4a

#b04abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04abf Color CSS Codes

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

#b04abf Text Font Color

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

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


#b04abf Background Color

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

This div background color is #b04abf


#b04abf Border Color

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

This div border color is #b04abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04abf


Comments

No comments written yet.

Please login to write comment.