Color Hex Logo

#b03385 Color Hex

#B03385
(176,51,133)
0 Favorites   0 Comments

Color spaces of #b03385

RGB 17651133
HSL0.890.550.45
HSV321°71°69°
CMYK 0.000.710.24   0.31
XYZ23.322013.291223.5266
Yxy13.29120.38780.2210
Hunter Lab36.457150.3885-12.7412
CIE-Lab43.198857.8579-17.9465

#b03385 color RGB value is (176,51,133).

#b03385 hex color red value is 176, green value is 51 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b03385 hue: 0.89 , saturation: 0.55 and the lightness value of b03385 is 0.45.

The process color (four color CMYK) of #b03385 color hex is 0.00, 0.71, 0.24, 0.31. Web safe color of #b03385 is #993399. Color #b03385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110011 10000101
Octal 260 63 205
Decimal 176 51 133
Hex B0 33 85

RGB Percentages of Color #b03385

%48.89
%14.17
%36.94

CMYK Percentages of Color #b03385

%0
%71
%24
%31

Triadic Colors of #b03385

#b03385 #85b033 #3385b0

Analogous Colors of #b03385

#b03385 #b03346 #9d33b0

Monochromatic Colors of #b03385

#b03385

Complementary Color

#b03385 #33b05e

#b03385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03385 Color CSS Codes

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

#b03385 Text Font Color

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

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


#b03385 Background Color

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

This div background color is #b03385


#b03385 Border Color

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

This div border color is #b03385


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,51,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 #b03385">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03385


Comments

No comments written yet.

Please login to write comment.