Color Hex Logo

#b004df Color Hex

#B004DF
(176,4,223)
0 Favorites   0 Comments

Color spaces of #b004df

RGB 1764223
HSL0.800.960.45
HSV287°98°87°
CMYK 0.210.980.00   0.13
XYZ31.267214.644770.9908
Yxy14.64470.26750.1253
Hunter Lab38.268478.8738-83.1996
CIE-Lab45.143781.6095-68.0045

#b004df color RGB value is (176,4,223).

#b004df hex color red value is 176, green value is 4 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b004df hue: 0.80 , saturation: 0.96 and the lightness value of b004df is 0.45.

The process color (four color CMYK) of #b004df color hex is 0.21, 0.98, 0.00, 0.13. Web safe color of #b004df is #9900cc. Color #b004df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000100 11011111
Octal 260 4 337
Decimal 176 4 223
Hex B0 4 DF

RGB Percentages of Color #b004df

%43.67
%0.99
%55.33

CMYK Percentages of Color #b004df

%21
%98
%0
%13

Triadic Colors of #b004df

#b004df #dfb004 #04dfb0

Analogous Colors of #b004df

#b004df #df04a1 #4304df

Monochromatic Colors of #b004df

#b004df

Complementary Color

#b004df #33df04

#b004df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b004df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b004df Color CSS Codes

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

#b004df Text Font Color

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

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


#b004df Background Color

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

This div background color is #b004df


#b004df Border Color

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

This div border color is #b004df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b004df


Comments

No comments written yet.

Please login to write comment.