Color Hex Logo

#b5285f Color Hex

#B5285F
(181,40,95)
0 Favorites   0 Comments

Color spaces of #b5285f

RGB 1814095
HSL0.930.640.43
HSV337°78°71°
CMYK 0.000.780.48   0.29
XYZ21.880412.167612.0218
Yxy12.16760.47490.2641
Hunter Lab34.882150.92363.9837
CIE-Lab41.481358.67373.1582

#b5285f color RGB value is (181,40,95).

#b5285f hex color red value is 181, green value is 40 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b5285f hue: 0.93 , saturation: 0.64 and the lightness value of b5285f is 0.43.

The process color (four color CMYK) of #b5285f color hex is 0.00, 0.78, 0.48, 0.29. Web safe color of #b5285f is #cc3366. Color #b5285f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101000 01011111
Octal 265 50 137
Decimal 181 40 95
Hex B5 28 5F

RGB Percentages of Color #b5285f

%57.28
%12.66
%30.06

CMYK Percentages of Color #b5285f

%0
%78
%48
%29

Triadic Colors of #b5285f

#b5285f #5fb528 #285fb5

Analogous Colors of #b5285f

#b5285f #b53828 #b528a6

Monochromatic Colors of #b5285f

#b5285f

Complementary Color

#b5285f #28b57e

#b5285f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5285f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5285f Color CSS Codes

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

#b5285f Text Font Color

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

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


#b5285f Background Color

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

This div background color is #b5285f


#b5285f Border Color

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

This div border color is #b5285f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5285f


Comments

No comments written yet.

Please login to write comment.