Color Hex Logo

#b61cae Color Hex

#B61CAE
(182,28,174)
0 Favorites   0 Comments

Color spaces of #b61cae

RGB 18228174
HSL0.840.730.41
HSV303°85°71°
CMYK 0.000.850.04   0.29
XYZ27.346613.831641.2728
Yxy13.83160.33170.1678
Hunter Lab37.190966.1678-39.7639
CIE-Lab43.990571.5049-41.3113

#b61cae color RGB value is (182,28,174).

#b61cae hex color red value is 182, green value is 28 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b61cae hue: 0.84 , saturation: 0.73 and the lightness value of b61cae is 0.41.

The process color (four color CMYK) of #b61cae color hex is 0.00, 0.85, 0.04, 0.29. Web safe color of #b61cae is #cc3399. Color #b61cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00011100 10101110
Octal 266 34 256
Decimal 182 28 174
Hex B6 1C AE

RGB Percentages of Color #b61cae

%47.40
%7.29
%45.31

CMYK Percentages of Color #b61cae

%0
%85
%4
%29

Triadic Colors of #b61cae

#b61cae #aeb61c #1caeb6

Analogous Colors of #b61cae

#b61cae #b61c61 #711cb6

Monochromatic Colors of #b61cae

#b61cae

Complementary Color

#b61cae #1cb624

#b61cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b61cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b61cae Color CSS Codes

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

#b61cae Text Font Color

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

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


#b61cae Background Color

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

This div background color is #b61cae


#b61cae Border Color

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

This div border color is #b61cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b61cae


Comments

No comments written yet.

Please login to write comment.