color codes Logo

#b5258c color codes

#B5258C
(181,37,140)
0 Favorites   0 Comments

Color spaces of #b5258c

RGB 18137140
HSL0.880.660.43
HSV317°80°71°
CMYK 0.000.800.23   0.29
XYZ24.451213.040326.0393
Yxy13.04030.38490.2053
Hunter Lab36.111457.6685-17.4751
CIE-Lab42.823964.4463-22.7218

#b5258c color RGB value is (181,37,140).

#b5258c hex color red value is 181, green value is 37 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b5258c hue: 0.88 , saturation: 0.66 and the lightness value of b5258c is 0.43.

The process color (four color CMYK) of #b5258c color code is 0.00, 0.80, 0.23, 0.29. Web safe color of #b5258c is #cc3399. Color #b5258c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100101 10001100
Octal 265 45 214
Decimal 181 37 140
Hex B5 25 8C

RGB Percentages of Color #b5258c

%50.56
%10.34
%39.11

CMYK Percentages of Color #b5258c

%0
%80
%23
%29

Triadic Colors of #b5258c

#b5258c #8cb525 #258cb5

Analogous Colors of #b5258c

#b5258c #b52544 #9625b5

Monochromatic Colors of #b5258c

#b5258c

Complementary Color

#b5258c #25b54e

#b5258c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5258c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5258c Color CSS Codes

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

#b5258c Text Font Color

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

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


#b5258c Background Color

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

This div background color is #b5258c


#b5258c Border Color

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

This div border color is #b5258c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5258c


Comments

No comments written yet.

Please login to write comment.