Color Hex Logo

#b34bdc Color Hex

#B34BDC
(179,75,220)
0 Favorites   0 Comments

Color spaces of #b34bdc

RGB 17975220
HSL0.790.670.58
HSV283°66°86°
CMYK 0.190.660.00   0.14
XYZ34.024819.783269.7354
Yxy19.78320.27540.1601
Hunter Lab44.478358.7110-61.8231
CIE-Lab51.591263.6810-55.8597

#b34bdc color RGB value is (179,75,220).

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

The process color (four color CMYK) of #b34bdc color hex is 0.19, 0.66, 0.00, 0.14. Web safe color of #b34bdc is #cc33cc. Color #b34bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001011 11011100
Octal 263 113 334
Decimal 179 75 220
Hex B3 4B DC

RGB Percentages of Color #b34bdc

%37.76
%15.82
%46.41

CMYK Percentages of Color #b34bdc

%19
%66
%0
%14

Triadic Colors of #b34bdc

#b34bdc #dcb34b #4bdcb3

Analogous Colors of #b34bdc

#b34bdc #dc4bbd #6b4bdc

Monochromatic Colors of #b34bdc

#b34bdc

Complementary Color

#b34bdc #74dc4b

#b34bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34bdc Color CSS Codes

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

#b34bdc Text Font Color

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

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


#b34bdc Background Color

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

This div background color is #b34bdc


#b34bdc Border Color

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

This div border color is #b34bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34bdc


Comments

No comments written yet.

Please login to write comment.