Color Hex Logo

#b070bd Color Hex

#B070BD
(176,112,189)
0 Favorites   0 Comments

Color spaces of #b070bd

RGB 176112189
HSL0.810.370.59
HSV290°41°74°
CMYK 0.070.410.00   0.26
XYZ32.884024.492651.1385
Yxy24.49260.30300.2257
Hunter Lab49.490031.9982-26.6219
CIE-Lab56.577738.1747-30.3287

#b070bd color RGB value is (176,112,189).

#b070bd hex color red value is 176, green value is 112 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b070bd hue: 0.81 , saturation: 0.37 and the lightness value of b070bd is 0.59.

The process color (four color CMYK) of #b070bd color hex is 0.07, 0.41, 0.00, 0.26. Web safe color of #b070bd is #9966cc. Color #b070bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110000 10111101
Octal 260 160 275
Decimal 176 112 189
Hex B0 70 BD

RGB Percentages of Color #b070bd

%36.90
%23.48
%39.62

CMYK Percentages of Color #b070bd

%7
%41
%0
%26

Triadic Colors of #b070bd

#b070bd #bdb070 #70bdb0

Analogous Colors of #b070bd

#b070bd #bd70a4 #8a70bd

Monochromatic Colors of #b070bd

#b070bd

Complementary Color

#b070bd #7dbd70

#b070bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b070bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b070bd Color CSS Codes

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

#b070bd Text Font Color

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

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


#b070bd Background Color

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

This div background color is #b070bd


#b070bd Border Color

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

This div border color is #b070bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b070bd


Comments

No comments written yet.

Please login to write comment.