Color Hex Logo

#b01eda Color Hex

#B01EDA
(176,30,218)
0 Favorites   0 Comments

Color spaces of #b01eda

RGB 17630218
HSL0.800.760.49
HSV287°86°85°
CMYK 0.190.860.00   0.15
XYZ31.023715.220667.6324
Yxy15.22060.27240.1337
Hunter Lab39.013673.6699-75.4733
CIE-Lab45.934977.3008-63.8613

#b01eda color RGB value is (176,30,218).

#b01eda hex color red value is 176, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b01eda hue: 0.80 , saturation: 0.76 and the lightness value of b01eda is 0.49.

The process color (four color CMYK) of #b01eda color hex is 0.19, 0.86, 0.00, 0.15. Web safe color of #b01eda is #9933cc. Color #b01eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011110 11011010
Octal 260 36 332
Decimal 176 30 218
Hex B0 1E DA

RGB Percentages of Color #b01eda

%41.51
%7.08
%51.42

CMYK Percentages of Color #b01eda

%19
%86
%0
%15

Triadic Colors of #b01eda

#b01eda #dab01e #1edab0

Analogous Colors of #b01eda

#b01eda #da1ea6 #521eda

Monochromatic Colors of #b01eda

#b01eda

Complementary Color

#b01eda #48da1e

#b01eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01eda Color CSS Codes

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

#b01eda Text Font Color

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

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


#b01eda Background Color

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

This div background color is #b01eda


#b01eda Border Color

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

This div border color is #b01eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01eda


Comments

No comments written yet.

Please login to write comment.