Color Hex Logo

#b01758 Color Hex

#B01758
(176,23,88)
0 Favorites   0 Comments

Color spaces of #b01758

RGB 1762388
HSL0.930.770.39
HSV335°87°69°
CMYK 0.000.870.50   0.31
XYZ19.972310.547510.2157
Yxy10.54750.49030.2589
Hunter Lab32.476952.93744.0840
CIE-Lab38.807661.01793.6164

#b01758 color RGB value is (176,23,88).

#b01758 hex color red value is 176, green value is 23 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #b01758 hue: 0.93 , saturation: 0.77 and the lightness value of b01758 is 0.39.

The process color (four color CMYK) of #b01758 color hex is 0.00, 0.87, 0.50, 0.31. Web safe color of #b01758 is #990066. Color #b01758 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00010111 01011000
Octal 260 27 130
Decimal 176 23 88
Hex B0 17 58

RGB Percentages of Color #b01758

%61.32
%8.01
%30.66

CMYK Percentages of Color #b01758

%0
%87
%50
%31

Triadic Colors of #b01758

#b01758 #58b017 #1758b0

Analogous Colors of #b01758

#b01758 #b02317 #b017a5

Monochromatic Colors of #b01758

#b01758

Complementary Color

#b01758 #17b06f

#b01758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b01758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b01758 Color CSS Codes

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

#b01758 Text Font Color

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

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


#b01758 Background Color

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

This div background color is #b01758


#b01758 Border Color

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

This div border color is #b01758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b01758


Comments

No comments written yet.

Please login to write comment.