Color Hex Logo

#b13cae Color Hex

#B13CAE
(177,60,174)
0 Favorites   0 Comments

Color spaces of #b13cae

RGB 17760174
HSL0.840.490.46
HSV302°66°69°
CMYK 0.000.660.02   0.31
XYZ27.387315.634841.6187
Yxy15.63480.32360.1847
Hunter Lab39.540954.4384-34.7270
CIE-Lab46.491760.8874-37.4021

#b13cae color RGB value is (177,60,174).

#b13cae hex color red value is 177, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b13cae hue: 0.84 , saturation: 0.49 and the lightness value of b13cae is 0.46.

The process color (four color CMYK) of #b13cae color hex is 0.00, 0.66, 0.02, 0.31. Web safe color of #b13cae is #993399. Color #b13cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111100 10101110
Octal 261 74 256
Decimal 177 60 174
Hex B1 3C AE

RGB Percentages of Color #b13cae

%43.07
%14.60
%42.34

CMYK Percentages of Color #b13cae

%0
%66
%2
%31

Triadic Colors of #b13cae

#b13cae #aeb13c #3caeb1

Analogous Colors of #b13cae

#b13cae #b13c74 #7a3cb1

Monochromatic Colors of #b13cae

#b13cae

Complementary Color

#b13cae #3cb13f

#b13cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13cae Color CSS Codes

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

#b13cae Text Font Color

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

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


#b13cae Background Color

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

This div background color is #b13cae


#b13cae Border Color

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

This div border color is #b13cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13cae


Comments

No comments written yet.

Please login to write comment.