Color Hex Logo

#b05dce Color Hex

#B05DCE
(176,93,206)
0 Favorites   0 Comments

Color spaces of #b05dce

RGB 17693206
HSL0.790.540.59
HSV284°55°81°
CMYK 0.150.550.00   0.19
XYZ32.959421.515060.8082
Yxy21.51500.28590.1866
Hunter Lab46.384345.6648-45.2582
CIE-Lab53.508651.6715-44.8590

#b05dce color RGB value is (176,93,206).

#b05dce hex color red value is 176, green value is 93 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b05dce hue: 0.79 , saturation: 0.54 and the lightness value of b05dce is 0.59.

The process color (four color CMYK) of #b05dce color hex is 0.15, 0.55, 0.00, 0.19. Web safe color of #b05dce is #9966cc. Color #b05dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011101 11001110
Octal 260 135 316
Decimal 176 93 206
Hex B0 5D CE

RGB Percentages of Color #b05dce

%37.05
%19.58
%43.37

CMYK Percentages of Color #b05dce

%15
%55
%0
%19

Triadic Colors of #b05dce

#b05dce #ceb05d #5dceb0

Analogous Colors of #b05dce

#b05dce #ce5db4 #785dce

Monochromatic Colors of #b05dce

#b05dce

Complementary Color

#b05dce #7bce5d

#b05dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05dce Color CSS Codes

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

#b05dce Text Font Color

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

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


#b05dce Background Color

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

This div background color is #b05dce


#b05dce Border Color

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

This div border color is #b05dce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,93,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 #b05dce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05dce


Comments

No comments written yet.

Please login to write comment.