Color Hex Logo

#b066df Color Hex

#B066DF
(176,102,223)
0 Favorites   0 Comments

Color spaces of #b066df

RGB 176102223
HSL0.770.650.64
HSV277°54°87°
CMYK 0.210.540.00   0.13
XYZ35.975224.060672.5601
Yxy24.06060.27130.1815
Hunter Lab49.051645.0743-53.3692
CIE-Lab56.148450.6958-50.2993

#b066df color RGB value is (176,102,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100110 11011111
Octal 260 146 337
Decimal 176 102 223
Hex B0 66 DF

RGB Percentages of Color #b066df

%35.13
%20.36
%44.51

CMYK Percentages of Color #b066df

%21
%54
%0
%13

Triadic Colors of #b066df

#b066df #dfb066 #66dfb0

Analogous Colors of #b066df

#b066df #df66d2 #7466df

Monochromatic Colors of #b066df

#b066df

Complementary Color

#b066df #95df66

#b066df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b066df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b066df Color CSS Codes

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

#b066df Text Font Color

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

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


#b066df Background Color

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

This div background color is #b066df


#b066df Border Color

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

This div border color is #b066df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,102,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 #b066df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b066df


Comments

No comments written yet.

Please login to write comment.