color codes Logo

#b5418a color codes

#B5418A
(181,65,138)
0 Favorites   0 Comments

Color spaces of #b5418a

RGB 18165138
HSL0.900.470.48
HSV322°64°71°
CMYK 0.000.640.24   0.29
XYZ25.533815.439325.6791
Yxy15.43930.38310.2316
Hunter Lab39.292947.2326-11.2428
CIE-Lab46.230154.3901-16.2739

#b5418a color RGB value is (181,65,138).

#b5418a hex color red value is 181, green value is 65 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #b5418a hue: 0.90 , saturation: 0.47 and the lightness value of b5418a is 0.48.

The process color (four color CMYK) of #b5418a color code is 0.00, 0.64, 0.24, 0.29. Web safe color of #b5418a is #cc3399. Color #b5418a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01000001 10001010
Octal 265 101 212
Decimal 181 65 138
Hex B5 41 8A

RGB Percentages of Color #b5418a

%47.14
%16.93
%35.94

CMYK Percentages of Color #b5418a

%0
%64
%24
%29

Triadic Colors of #b5418a

#b5418a #8ab541 #418ab5

Analogous Colors of #b5418a

#b5418a #b54150 #a641b5

Monochromatic Colors of #b5418a

#b5418a

Complementary Color

#b5418a #41b56c

#b5418a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5418a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5418a Color CSS Codes

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

#b5418a Text Font Color

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

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


#b5418a Background Color

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

This div background color is #b5418a


#b5418a Border Color

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

This div border color is #b5418a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5418a


Comments

No comments written yet.

Please login to write comment.