Color Hex Logo

#b10dfe Color Hex

#B10DFE
(177,13,254)
0 Favorites   0 Comments

Color spaces of #b10dfe

RGB 17713254
HSL0.780.990.52
HSV281°95°100°
CMYK 0.300.950.00   0.00
XYZ36.164816.790795.1008
Yxy16.79070.24430.1134
Hunter Lab40.976585.8309-108.9205
CIE-Lab47.995286.4731-80.8414

#b10dfe color RGB value is (177,13,254).

#b10dfe hex color red value is 177, green value is 13 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b10dfe hue: 0.78 , saturation: 0.99 and the lightness value of b10dfe is 0.52.

The process color (four color CMYK) of #b10dfe color hex is 0.30, 0.95, 0.00, 0.00. Web safe color of #b10dfe is #9900ff. Color #b10dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001101 11111110
Octal 261 15 376
Decimal 177 13 254
Hex B1 D FE

RGB Percentages of Color #b10dfe

%39.86
%2.93
%57.21

CMYK Percentages of Color #b10dfe

%30
%95
%0
%0

Triadic Colors of #b10dfe

#b10dfe #feb10d #0dfeb1

Analogous Colors of #b10dfe

#b10dfe #fe0dd3 #380dfe

Monochromatic Colors of #b10dfe

#b10dfe

Complementary Color

#b10dfe #5afe0d

#b10dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10dfe Color CSS Codes

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

#b10dfe Text Font Color

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

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


#b10dfe Background Color

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

This div background color is #b10dfe


#b10dfe Border Color

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

This div border color is #b10dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.