Color Hex Logo

#b029ce Color Hex

#B029CE
(176,41,206)
0 Favorites   0 Comments

Color spaces of #b029ce

RGB 17641206
HSL0.800.670.48
HSV289°80°81°
CMYK 0.150.800.00   0.19
XYZ29.838015.272259.7677
Yxy15.27220.28450.1456
Hunter Lab39.079767.8984-63.3212
CIE-Lab46.004872.5566-56.8518

#b029ce color RGB value is (176,41,206).

#b029ce hex color red value is 176, green value is 41 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b029ce hue: 0.80 , saturation: 0.67 and the lightness value of b029ce is 0.48.

The process color (four color CMYK) of #b029ce color hex is 0.15, 0.80, 0.00, 0.19. Web safe color of #b029ce is #9933cc. Color #b029ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00101001 11001110
Octal 260 51 316
Decimal 176 41 206
Hex B0 29 CE

RGB Percentages of Color #b029ce

%41.61
%9.69
%48.70

CMYK Percentages of Color #b029ce

%15
%80
%0
%19

Triadic Colors of #b029ce

#b029ce #ceb029 #29ceb0

Analogous Colors of #b029ce

#b029ce #ce299a #5d29ce

Monochromatic Colors of #b029ce

#b029ce

Complementary Color

#b029ce #47ce29

#b029ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b029ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b029ce Color CSS Codes

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

#b029ce Text Font Color

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

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


#b029ce Background Color

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

This div background color is #b029ce


#b029ce Border Color

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

This div border color is #b029ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b029ce


Comments

No comments written yet.

Please login to write comment.