Color Hex Logo

#b34ece Color Hex

#B34ECE
(179,78,206)
0 Favorites   0 Comments

Color spaces of #b34ece

RGB 17978206
HSL0.800.570.56
HSV287°62°81°
CMYK 0.130.620.00   0.19
XYZ32.455419.488760.4436
Yxy19.48870.28880.1734
Hunter Lab44.146053.9747-50.2762
CIE-Lab51.254159.5893-48.4162

#b34ece color RGB value is (179,78,206).

#b34ece hex color red value is 179, green value is 78 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b34ece hue: 0.80 , saturation: 0.57 and the lightness value of b34ece is 0.56.

The process color (four color CMYK) of #b34ece color hex is 0.13, 0.62, 0.00, 0.19. Web safe color of #b34ece is #cc66cc. Color #b34ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001110 11001110
Octal 263 116 316
Decimal 179 78 206
Hex B3 4E CE

RGB Percentages of Color #b34ece

%38.66
%16.85
%44.49

CMYK Percentages of Color #b34ece

%13
%62
%0
%19

Triadic Colors of #b34ece

#b34ece #ceb34e #4eceb3

Analogous Colors of #b34ece

#b34ece #ce4ea9 #734ece

Monochromatic Colors of #b34ece

#b34ece

Complementary Color

#b34ece #69ce4e

#b34ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34ece Color CSS Codes

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

#b34ece Text Font Color

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

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


#b34ece Background Color

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

This div background color is #b34ece


#b34ece Border Color

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

This div border color is #b34ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34ece


Comments

No comments written yet.

Please login to write comment.