Color Hex Logo

#b05ece Color Hex

#B05ECE
(176,94,206)
0 Favorites   0 Comments

Color spaces of #b05ece

RGB 17694206
HSL0.790.530.59
HSV284°54°81°
CMYK 0.150.540.00   0.19
XYZ33.047821.691760.8376
Yxy21.69170.28590.1877
Hunter Lab46.574345.1533-44.8453
CIE-Lab53.698451.1673-44.5584

#b05ece color RGB value is (176,94,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01011110 11001110
Octal 260 136 316
Decimal 176 94 206
Hex B0 5E CE

RGB Percentages of Color #b05ece

%36.97
%19.75
%43.28

CMYK Percentages of Color #b05ece

%15
%54
%0
%19

Triadic Colors of #b05ece

#b05ece #ceb05e #5eceb0

Analogous Colors of #b05ece

#b05ece #ce5eb4 #785ece

Monochromatic Colors of #b05ece

#b05ece

Complementary Color

#b05ece #7cce5e

#b05ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b05ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b05ece Color CSS Codes

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

#b05ece Text Font Color

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

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


#b05ece Background Color

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

This div background color is #b05ece


#b05ece Border Color

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

This div border color is #b05ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b05ece


Comments

No comments written yet.

Please login to write comment.