Color Hex Logo

#b34ebd Color Hex

#B34EBD
(179,78,189)
0 Favorites   0 Comments

Color spaces of #b34ebd

RGB 17978189
HSL0.820.460.52
HSV295°59°74°
CMYK 0.050.590.00   0.26
XYZ30.500118.706650.1473
Yxy18.70660.30700.1883
Hunter Lab43.251150.1863-38.4677
CIE-Lab50.342256.3561-40.0686

#b34ebd color RGB value is (179,78,189).

#b34ebd hex color red value is 179, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b34ebd hue: 0.82 , saturation: 0.46 and the lightness value of b34ebd is 0.52.

The process color (four color CMYK) of #b34ebd color hex is 0.05, 0.59, 0.00, 0.26. Web safe color of #b34ebd is #cc66cc. Color #b34ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001110 10111101
Octal 263 116 275
Decimal 179 78 189
Hex B3 4E BD

RGB Percentages of Color #b34ebd

%40.13
%17.49
%42.38

CMYK Percentages of Color #b34ebd

%5
%59
%0
%26

Triadic Colors of #b34ebd

#b34ebd #bdb34e #4ebdb3

Analogous Colors of #b34ebd

#b34ebd #bd4e90 #7c4ebd

Monochromatic Colors of #b34ebd

#b34ebd

Complementary Color

#b34ebd #58bd4e

#b34ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34ebd Color CSS Codes

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

#b34ebd Text Font Color

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

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


#b34ebd Background Color

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

This div background color is #b34ebd


#b34ebd Border Color

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

This div border color is #b34ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,78,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34ebd


Comments

No comments written yet.

Please login to write comment.