Color Hex Logo

#b03074 Color Hex

#B03074
(176,48,116)
0 Favorites   0 Comments

Color spaces of #b03074

RGB 17648116
HSL0.910.570.44
HSV328°73°69°
CMYK 0.000.730.34   0.31
XYZ22.113812.605017.7905
Yxy12.60500.42110.2401
Hunter Lab35.503549.0497-4.8572
CIE-Lab42.161956.8255-9.0592

#b03074 color RGB value is (176,48,116).

#b03074 hex color red value is 176, green value is 48 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b03074 hue: 0.91 , saturation: 0.57 and the lightness value of b03074 is 0.44.

The process color (four color CMYK) of #b03074 color hex is 0.00, 0.73, 0.34, 0.31. Web safe color of #b03074 is #993366. Color #b03074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110000 01110100
Octal 260 60 164
Decimal 176 48 116
Hex B0 30 74

RGB Percentages of Color #b03074

%51.76
%14.12
%34.12

CMYK Percentages of Color #b03074

%0
%73
%34
%31

Triadic Colors of #b03074

#b03074 #74b030 #3074b0

Analogous Colors of #b03074

#b03074 #b03034 #ac30b0

Monochromatic Colors of #b03074

#b03074

Complementary Color

#b03074 #30b06c

#b03074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03074 Color CSS Codes

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

#b03074 Text Font Color

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

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


#b03074 Background Color

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

This div background color is #b03074


#b03074 Border Color

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

This div border color is #b03074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03074


Comments

No comments written yet.

Please login to write comment.