Color Hex Logo

#b01885 Color Hex

#B01885
(176,24,133)
0 Favorites   0 Comments

Color spaces of #b01885

RGB 17624133
HSL0.880.760.39
HSV317°86°69°
CMYK 0.000.860.24   0.31
XYZ22.464811.576823.2408
Yxy11.57680.39220.2021
Hunter Lab34.024758.3114-16.6811
CIE-Lab40.535465.4548-22.0505

#b01885 color RGB value is (176,24,133).

#b01885 hex color red value is 176, green value is 24 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b01885 hue: 0.88 , saturation: 0.76 and the lightness value of b01885 is 0.39.

The process color (four color CMYK) of #b01885 color hex is 0.00, 0.86, 0.24, 0.31. Web safe color of #b01885 is #990099. Color #b01885 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00011000 10000101
Octal 260 30 205
Decimal 176 24 133
Hex B0 18 85

RGB Percentages of Color #b01885

%52.85
%7.21
%39.94

CMYK Percentages of Color #b01885

%0
%86
%24
%31

Triadic Colors of #b01885

#b01885 #85b018 #1885b0

Analogous Colors of #b01885

#b01885 #b01839 #8f18b0

Monochromatic Colors of #b01885

#b01885

Complementary Color

#b01885 #18b043

#b01885 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01885 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01885 Color CSS Codes

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

#b01885 Text Font Color

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

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


#b01885 Background Color

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

This div background color is #b01885


#b01885 Border Color

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

This div border color is #b01885


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,24,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b01885; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b01885;
  -webkit-box-shadow: 1px 1px 3px 2px #b01885;
  box-shadow:         1px 1px 3px 2px #b01885; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,24,133, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01885


Comments

No comments written yet.

Please login to write comment.