Color Hex Logo

#b10dce Color Hex

#B10DCE
(177,13,206)
0 Favorites   0 Comments

Color spaces of #b10dce

RGB 17713206
HSL0.810.880.43
HSV291°94°81°
CMYK 0.140.940.00   0.19
XYZ29.416014.091259.5620
Yxy14.09120.28540.1367
Hunter Lab37.538274.1856-67.7988
CIE-Lab44.363478.0217-59.4936

#b10dce color RGB value is (177,13,206).

#b10dce hex color red value is 177, green value is 13 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b10dce hue: 0.81 , saturation: 0.88 and the lightness value of b10dce is 0.43.

The process color (four color CMYK) of #b10dce color hex is 0.14, 0.94, 0.00, 0.19. Web safe color of #b10dce is #9900cc. Color #b10dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00001101 11001110
Octal 261 15 316
Decimal 177 13 206
Hex B1 D CE

RGB Percentages of Color #b10dce

%44.70
%3.28
%52.02

CMYK Percentages of Color #b10dce

%14
%94
%0
%19

Triadic Colors of #b10dce

#b10dce #ceb10d #0dceb1

Analogous Colors of #b10dce

#b10dce #ce0d8b #510dce

Monochromatic Colors of #b10dce

#b10dce

Complementary Color

#b10dce #2ace0d

#b10dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b10dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b10dce Color CSS Codes

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

#b10dce Text Font Color

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

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


#b10dce Background Color

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

This div background color is #b10dce


#b10dce Border Color

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

This div border color is #b10dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b10dce


Comments

No comments written yet.

Please login to write comment.