Color Hex Logo

#b070dd Color Hex

#B070DD
(176,112,221)
0 Favorites   0 Comments

Color spaces of #b070dd

RGB 176112221
HSL0.760.620.65
HSV275°49°87°
CMYK 0.200.490.00   0.13
XYZ36.749826.038971.4957
Yxy26.03890.27370.1939
Hunter Lab51.028339.2533-47.3513
CIE-Lab58.074044.9735-46.1210

#b070dd color RGB value is (176,112,221).

#b070dd hex color red value is 176, green value is 112 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b070dd hue: 0.76 , saturation: 0.62 and the lightness value of b070dd is 0.65.

The process color (four color CMYK) of #b070dd color hex is 0.20, 0.49, 0.00, 0.13. Web safe color of #b070dd is #9966cc. Color #b070dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01110000 11011101
Octal 260 160 335
Decimal 176 112 221
Hex B0 70 DD

RGB Percentages of Color #b070dd

%34.58
%22.00
%43.42

CMYK Percentages of Color #b070dd

%20
%49
%0
%13

Triadic Colors of #b070dd

#b070dd #ddb070 #70ddb0

Analogous Colors of #b070dd

#b070dd #dd70d4 #7a70dd

Monochromatic Colors of #b070dd

#b070dd

Complementary Color

#b070dd #9ddd70

#b070dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b070dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b070dd Color CSS Codes

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

#b070dd Text Font Color

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

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


#b070dd Background Color

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

This div background color is #b070dd


#b070dd Border Color

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

This div border color is #b070dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b070dd


Comments

No comments written yet.

Please login to write comment.