Color Hex Logo

#b07dda Color Hex

#B07DDA
(176,125,218)
0 Favorites   0 Comments

Color spaces of #b07dda

RGB 176125218
HSL0.760.560.67
HSV273°43°85°
CMYK 0.190.430.00   0.15
XYZ37.893028.959369.9222
Yxy28.95930.27700.2117
Hunter Lab53.813831.5165-39.3679
CIE-Lab60.745737.1960-40.2299

#b07dda color RGB value is (176,125,218).

#b07dda hex color red value is 176, green value is 125 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b07dda hue: 0.76 , saturation: 0.56 and the lightness value of b07dda is 0.67.

The process color (four color CMYK) of #b07dda color hex is 0.19, 0.43, 0.00, 0.15. Web safe color of #b07dda is #9966cc. Color #b07dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01111101 11011010
Octal 260 175 332
Decimal 176 125 218
Hex B0 7D DA

RGB Percentages of Color #b07dda

%33.91
%24.08
%42.00

CMYK Percentages of Color #b07dda

%19
%43
%0
%15

Triadic Colors of #b07dda

#b07dda #dab07d #7ddab0

Analogous Colors of #b07dda

#b07dda #da7dd6 #827dda

Monochromatic Colors of #b07dda

#b07dda

Complementary Color

#b07dda #a7da7d

#b07dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b07dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b07dda Color CSS Codes

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

#b07dda Text Font Color

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

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


#b07dda Background Color

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

This div background color is #b07dda


#b07dda Border Color

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

This div border color is #b07dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b07dda


Comments

No comments written yet.

Please login to write comment.