Color Hex Logo

#b04bbf Color Hex

#B04BBF
(176,75,191)
0 Favorites   0 Comments

Color spaces of #b04bbf

RGB 17675191
HSL0.810.480.52
HSV292°61°75°
CMYK 0.080.610.00   0.25
XYZ29.824518.023851.1972
Yxy18.02380.30110.1820
Hunter Lab42.454451.1020-41.7816
CIE-Lab49.525057.3321-42.5480

#b04bbf color RGB value is (176,75,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001011 10111111
Octal 260 113 277
Decimal 176 75 191
Hex B0 4B BF

RGB Percentages of Color #b04bbf

%39.82
%16.97
%43.21

CMYK Percentages of Color #b04bbf

%8
%61
%0
%25

Triadic Colors of #b04bbf

#b04bbf #bfb04b #4bbfb0

Analogous Colors of #b04bbf

#b04bbf #bf4b94 #764bbf

Monochromatic Colors of #b04bbf

#b04bbf

Complementary Color

#b04bbf #5abf4b

#b04bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04bbf Color CSS Codes

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

#b04bbf Text Font Color

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

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


#b04bbf Background Color

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

This div background color is #b04bbf


#b04bbf Border Color

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

This div border color is #b04bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04bbf


Comments

No comments written yet.

Please login to write comment.