Color Hex Logo

#b34cdc Color Hex

#B34CDC
(179,76,220)
0 Favorites   0 Comments

Color spaces of #b34cdc

RGB 17976220
HSL0.790.670.58
HSV283°65°86°
CMYK 0.190.650.00   0.14
XYZ34.093119.919969.7582
Yxy19.91990.27550.1609
Hunter Lab44.631758.2464-61.4265
CIE-Lab51.746563.2489-55.6106

#b34cdc color RGB value is (179,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001100 11011100
Octal 263 114 334
Decimal 179 76 220
Hex B3 4C DC

RGB Percentages of Color #b34cdc

%37.68
%16.00
%46.32

CMYK Percentages of Color #b34cdc

%19
%65
%0
%14

Triadic Colors of #b34cdc

#b34cdc #dcb34c #4cdcb3

Analogous Colors of #b34cdc

#b34cdc #dc4cbd #6b4cdc

Monochromatic Colors of #b34cdc

#b34cdc

Complementary Color

#b34cdc #75dc4c

#b34cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34cdc Color CSS Codes

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

#b34cdc Text Font Color

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

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


#b34cdc Background Color

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

This div background color is #b34cdc


#b34cdc Border Color

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

This div border color is #b34cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34cdc


Comments

No comments written yet.

Please login to write comment.