Color Hex Logo

#b34cdd Color Hex

#B34CDD
(179,76,221)
0 Favorites   0 Comments

Color spaces of #b34cdd

RGB 17976221
HSL0.790.680.58
HSV283°66°87°
CMYK 0.190.660.00   0.13
XYZ34.226019.973070.4579
Yxy19.97300.27460.1602
Hunter Lab44.691258.4918-62.1899
CIE-Lab51.806763.4507-56.0815

#b34cdd color RGB value is (179,76,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001100 11011101
Octal 263 114 335
Decimal 179 76 221
Hex B3 4C DD

RGB Percentages of Color #b34cdd

%37.61
%15.97
%46.43

CMYK Percentages of Color #b34cdd

%19
%66
%0
%13

Triadic Colors of #b34cdd

#b34cdd #ddb34c #4cddb3

Analogous Colors of #b34cdd

#b34cdd #dd4cbf #6b4cdd

Monochromatic Colors of #b34cdd

#b34cdd

Complementary Color

#b34cdd #76dd4c

#b34cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34cdd Color CSS Codes

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

#b34cdd Text Font Color

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

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


#b34cdd Background Color

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

This div background color is #b34cdd


#b34cdd Border Color

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

This div border color is #b34cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34cdd


Comments

No comments written yet.

Please login to write comment.