color codes Logo

#b51da4 color codes

#B51DA4
(181,29,164)
0 Favorites   0 Comments

Color spaces of #b51da4

RGB 18129164
HSL0.850.720.41
HSV307°84°71°
CMYK 0.000.840.09   0.29
XYZ26.196313.382836.3244
Yxy13.38280.34510.1763
Hunter Lab36.582563.8023-33.2639
CIE-Lab43.334569.6378-36.4097

#b51da4 color RGB value is (181,29,164).

#b51da4 hex color red value is 181, green value is 29 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #b51da4 hue: 0.85 , saturation: 0.72 and the lightness value of b51da4 is 0.41.

The process color (four color CMYK) of #b51da4 color code is 0.00, 0.84, 0.09, 0.29. Web safe color of #b51da4 is #cc3399. Color #b51da4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00011101 10100100
Octal 265 35 244
Decimal 181 29 164
Hex B5 1D A4

RGB Percentages of Color #b51da4

%48.40
%7.75
%43.85

CMYK Percentages of Color #b51da4

%0
%84
%9
%29

Triadic Colors of #b51da4

#b51da4 #a4b51d #1da4b5

Analogous Colors of #b51da4

#b51da4 #b51d58 #7a1db5

Monochromatic Colors of #b51da4

#b51da4

Complementary Color

#b51da4 #1db52e

#b51da4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b51da4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b51da4 Color CSS Codes

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

#b51da4 Text Font Color

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

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


#b51da4 Background Color

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

This div background color is #b51da4


#b51da4 Border Color

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

This div border color is #b51da4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,29,164, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b51da4


Comments

No comments written yet.

Please login to write comment.