Color Hex Logo

#b70d74 Color Hex

#B70D74
(183,13,116)
0 Favorites   0 Comments

Color spaces of #b70d74

RGB 18313116
HSL0.900.870.38
HSV324°93°72°
CMYK 0.000.930.37   0.28
XYZ22.824711.616117.5621
Yxy11.61610.43890.2234
Hunter Lab34.082459.8958-6.6935
CIE-Lab40.599366.8215-11.2834

#b70d74 color RGB value is (183,13,116).

#b70d74 hex color red value is 183, green value is 13 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b70d74 hue: 0.90 , saturation: 0.87 and the lightness value of b70d74 is 0.38.

The process color (four color CMYK) of #b70d74 color hex is 0.00, 0.93, 0.37, 0.28. Web safe color of #b70d74 is #cc0066. Color #b70d74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001101 01110100
Octal 267 15 164
Decimal 183 13 116
Hex B7 D 74

RGB Percentages of Color #b70d74

%58.65
%4.17
%37.18

CMYK Percentages of Color #b70d74

%0
%93
%37
%28

Triadic Colors of #b70d74

#b70d74 #74b70d #0d74b7

Analogous Colors of #b70d74

#b70d74 #b70d1f #a50db7

Monochromatic Colors of #b70d74

#b70d74

Complementary Color

#b70d74 #0db750

#b70d74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70d74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70d74 Color CSS Codes

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

#b70d74 Text Font Color

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

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


#b70d74 Background Color

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

This div background color is #b70d74


#b70d74 Border Color

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

This div border color is #b70d74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70d74


Comments

No comments written yet.

Please login to write comment.