Color Hex Logo

#b01da8 Color Hex

#B01DA8
(176,29,168)
0 Favorites   0 Comments

Color spaces of #b01da8

RGB 17629168
HSL0.840.720.40
HSV303°84°69°
CMYK 0.000.840.05   0.31
XYZ25.411712.936038.2033
Yxy12.93600.33200.1690
Hunter Lab35.966763.1749-37.8004
CIE-Lab42.666769.2347-39.9127

#b01da8 color RGB value is (176,29,168).

#b01da8 hex color red value is 176, green value is 29 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #b01da8 hue: 0.84 , saturation: 0.72 and the lightness value of b01da8 is 0.40.

The process color (four color CMYK) of #b01da8 color hex is 0.00, 0.84, 0.05, 0.31. Web safe color of #b01da8 is #993399. Color #b01da8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011101 10101000
Octal 260 35 250
Decimal 176 29 168
Hex B0 1D A8

RGB Percentages of Color #b01da8

%47.18
%7.77
%45.04

CMYK Percentages of Color #b01da8

%0
%84
%5
%31

Triadic Colors of #b01da8

#b01da8 #a8b01d #1da8b0

Analogous Colors of #b01da8

#b01da8 #b01d5e #6f1db0

Monochromatic Colors of #b01da8

#b01da8

Complementary Color

#b01da8 #1db025

#b01da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01da8 Color CSS Codes

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

#b01da8 Text Font Color

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

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


#b01da8 Background Color

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

This div background color is #b01da8


#b01da8 Border Color

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

This div border color is #b01da8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01da8


Comments

No comments written yet.

Please login to write comment.