Color Hex Logo

#b70dac Color Hex

#B70DAC
(183,13,172)
0 Favorites   0 Comments

Color spaces of #b70dac

RGB 18313172
HSL0.840.870.38
HSV304°93°72°
CMYK 0.000.930.06   0.28
XYZ27.118813.333740.1741
Yxy13.33370.33640.1654
Hunter Lab36.515368.6645-39.6700
CIE-Lab43.261873.7265-41.2717

#b70dac color RGB value is (183,13,172).

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

The process color (four color CMYK) of #b70dac color hex is 0.00, 0.93, 0.06, 0.28. Web safe color of #b70dac is #cc0099. Color #b70dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001101 10101100
Octal 267 15 254
Decimal 183 13 172
Hex B7 D AC

RGB Percentages of Color #b70dac

%49.73
%3.53
%46.74

CMYK Percentages of Color #b70dac

%0
%93
%6
%28

Triadic Colors of #b70dac

#b70dac #acb70d #0dacb7

Analogous Colors of #b70dac

#b70dac #b70d57 #6d0db7

Monochromatic Colors of #b70dac

#b70dac

Complementary Color

#b70dac #0db718

#b70dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b70dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b70dac Color CSS Codes

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

#b70dac Text Font Color

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

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


#b70dac Background Color

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

This div background color is #b70dac


#b70dac Border Color

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

This div border color is #b70dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,13,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b70dac


Comments

No comments written yet.

Please login to write comment.