Color Hex Logo

#b018df Color Hex

#B018DF
(176,24,223)
0 Favorites   0 Comments

Color spaces of #b018df

RGB 17624223
HSL0.790.810.48
HSV286°89°87°
CMYK 0.210.890.00   0.13
XYZ31.550415.211171.0852
Yxy15.21110.26770.1291
Hunter Lab39.001476.1461-80.7628
CIE-Lab45.922079.2936-66.7394

#b018df color RGB value is (176,24,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011000 11011111
Octal 260 30 337
Decimal 176 24 223
Hex B0 18 DF

RGB Percentages of Color #b018df

%41.61
%5.67
%52.72

CMYK Percentages of Color #b018df

%21
%89
%0
%13

Triadic Colors of #b018df

#b018df #dfb018 #18dfb0

Analogous Colors of #b018df

#b018df #df18ab #4d18df

Monochromatic Colors of #b018df

#b018df

Complementary Color

#b018df #47df18

#b018df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b018df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b018df Color CSS Codes

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

#b018df Text Font Color

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

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


#b018df Background Color

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

This div background color is #b018df


#b018df Border Color

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

This div border color is #b018df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b018df


Comments

No comments written yet.

Please login to write comment.