Color Hex Logo

#b34edc Color Hex

#B34EDC
(179,78,220)
0 Favorites   0 Comments

Color spaces of #b34edc

RGB 17978220
HSL0.790.670.58
HSV283°65°86°
CMYK 0.190.650.00   0.14
XYZ34.233120.199869.8048
Yxy20.19980.27550.1626
Hunter Lab44.944257.3076-60.6250
CIE-Lab52.062462.3731-55.1045

#b34edc color RGB value is (179,78,220).

#b34edc hex color red value is 179, green value is 78 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b34edc hue: 0.79 , saturation: 0.67 and the lightness value of b34edc is 0.58.

The process color (four color CMYK) of #b34edc color hex is 0.19, 0.65, 0.00, 0.14. Web safe color of #b34edc is #cc66cc. Color #b34edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001110 11011100
Octal 263 116 334
Decimal 179 78 220
Hex B3 4E DC

RGB Percentages of Color #b34edc

%37.53
%16.35
%46.12

CMYK Percentages of Color #b34edc

%19
%65
%0
%14

Triadic Colors of #b34edc

#b34edc #dcb34e #4edcb3

Analogous Colors of #b34edc

#b34edc #dc4ebe #6c4edc

Monochromatic Colors of #b34edc

#b34edc

Complementary Color

#b34edc #77dc4e

#b34edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34edc Color CSS Codes

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

#b34edc Text Font Color

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

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


#b34edc Background Color

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

This div background color is #b34edc


#b34edc Border Color

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

This div border color is #b34edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34edc


Comments

No comments written yet.

Please login to write comment.