color codes Logo

#b34eae color codes

#B34EAE
(179,78,174)
0 Favorites   0 Comments

Color spaces of #b34eae

RGB 17978174
HSL0.840.400.50
HSV303°56°70°
CMYK 0.000.560.03   0.30
XYZ28.954818.088542.0097
Yxy18.08850.32510.2031
Hunter Lab42.530647.0942-28.7925
CIE-Lab49.603353.6593-32.4904

#b34eae color RGB value is (179,78,174).

#b34eae hex color red value is 179, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b34eae hue: 0.84 , saturation: 0.40 and the lightness value of b34eae is 0.50.

The process color (four color CMYK) of #b34eae color code is 0.00, 0.56, 0.03, 0.30. Web safe color of #b34eae is #cc6699. Color #b34eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01001110 10101110
Octal 263 116 256
Decimal 179 78 174
Hex B3 4E AE

RGB Percentages of Color #b34eae

%41.53
%18.10
%40.37

CMYK Percentages of Color #b34eae

%0
%56
%3
%30

Triadic Colors of #b34eae

#b34eae #aeb34e #4eaeb3

Analogous Colors of #b34eae

#b34eae #b34e7c #864eb3

Monochromatic Colors of #b34eae

#b34eae

Complementary Color

#b34eae #4eb353

#b34eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34eae Color CSS Codes

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

#b34eae Text Font Color

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

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


#b34eae Background Color

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

This div background color is #b34eae


#b34eae Border Color

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

This div border color is #b34eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34eae


Comments

No comments written yet.

Please login to write comment.