Color Hex Logo

#b10dea Color Hex

#B10DEA
(177,13,234)
0 Favorites   0 Comments

Color spaces of #b10dea

RGB 17713234
HSL0.790.890.48
HSV285°94°92°
CMYK 0.240.940.00   0.08
XYZ33.126715.575579.1023
Yxy15.57550.25920.1219
Hunter Lab39.465880.7637-91.2104
CIE-Lab46.412682.8512-72.1852

#b10dea color RGB value is (177,13,234).

#b10dea hex color red value is 177, green value is 13 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b10dea hue: 0.79 , saturation: 0.89 and the lightness value of b10dea is 0.48.

The process color (four color CMYK) of #b10dea color hex is 0.24, 0.94, 0.00, 0.08. Web safe color of #b10dea is #9900ff. Color #b10dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001101 11101010
Octal 261 15 352
Decimal 177 13 234
Hex B1 D EA

RGB Percentages of Color #b10dea

%41.75
%3.07
%55.19

CMYK Percentages of Color #b10dea

%24
%94
%0
%8

Triadic Colors of #b10dea

#b10dea #eab10d #0deab1

Analogous Colors of #b10dea

#b10dea #ea0db5 #430dea

Monochromatic Colors of #b10dea

#b10dea

Complementary Color

#b10dea #46ea0d

#b10dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10dea Color CSS Codes

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

#b10dea Text Font Color

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

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


#b10dea Background Color

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

This div background color is #b10dea


#b10dea Border Color

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

This div border color is #b10dea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,13,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b10dea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b10dea;
  -webkit-box-shadow: 1px 1px 3px 2px #b10dea;
  box-shadow:         1px 1px 3px 2px #b10dea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10dea


Comments

No comments written yet.

Please login to write comment.