Color Hex Logo

#b51cae Color Hex

#B51CAE
(181,28,174)
0 Favorites   0 Comments

Color spaces of #b51cae

RGB 18128174
HSL0.840.730.41
HSV303°85°71°
CMYK 0.000.850.04   0.29
XYZ27.111313.710341.2618
Yxy13.71030.33030.1670
Hunter Lab37.027465.8989-40.1511
CIE-Lab43.814671.3135-41.6017

#b51cae color RGB value is (181,28,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011100 10101110
Octal 265 34 256
Decimal 181 28 174
Hex B5 1C AE

RGB Percentages of Color #b51cae

%47.26
%7.31
%45.43

CMYK Percentages of Color #b51cae

%0
%85
%4
%29

Triadic Colors of #b51cae

#b51cae #aeb51c #1caeb5

Analogous Colors of #b51cae

#b51cae #b51c62 #701cb5

Monochromatic Colors of #b51cae

#b51cae

Complementary Color

#b51cae #1cb523

#b51cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51cae Color CSS Codes

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

#b51cae Text Font Color

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

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


#b51cae Background Color

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

This div background color is #b51cae


#b51cae Border Color

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

This div border color is #b51cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51cae


Comments

No comments written yet.

Please login to write comment.