Color Hex Logo

#b06ddf Color Hex

#B06DDF
(176,109,223)
0 Favorites   0 Comments

Color spaces of #b06ddf

RGB 176109223
HSL0.760.640.65
HSV275°51°87°
CMYK 0.210.510.00   0.13
XYZ36.692425.495172.7992
Yxy25.49510.27180.1889
Hunter Lab50.492741.3516-50.1381
CIE-Lab57.554747.0221-48.0665

#b06ddf color RGB value is (176,109,223).

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

The process color (four color CMYK) of #b06ddf color hex is 0.21, 0.51, 0.00, 0.13. Web safe color of #b06ddf is #9966cc. Color #b06ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01101101 11011111
Octal 260 155 337
Decimal 176 109 223
Hex B0 6D DF

RGB Percentages of Color #b06ddf

%34.65
%21.46
%43.90

CMYK Percentages of Color #b06ddf

%21
%51
%0
%13

Triadic Colors of #b06ddf

#b06ddf #dfb06d #6ddfb0

Analogous Colors of #b06ddf

#b06ddf #df6dd5 #776ddf

Monochromatic Colors of #b06ddf

#b06ddf

Complementary Color

#b06ddf #9cdf6d

#b06ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b06ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b06ddf Color CSS Codes

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

#b06ddf Text Font Color

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

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


#b06ddf Background Color

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

This div background color is #b06ddf


#b06ddf Border Color

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

This div border color is #b06ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b06ddf


Comments

No comments written yet.

Please login to write comment.