Color Hex Logo

#b066ce Color Hex

#B066CE
(176,102,206)
0 Favorites   0 Comments

Color spaces of #b066ce

RGB 176102206
HSL0.790.510.60
HSV283°50°81°
CMYK 0.150.500.00   0.19
XYZ33.796423.189161.0872
Yxy23.18910.28620.1964
Hunter Lab48.155141.0043-41.5039
CIE-Lab55.266647.0426-42.0795

#b066ce color RGB value is (176,102,206).

#b066ce hex color red value is 176, green value is 102 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b066ce hue: 0.79 , saturation: 0.51 and the lightness value of b066ce is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100110 11001110
Octal 260 146 316
Decimal 176 102 206
Hex B0 66 CE

RGB Percentages of Color #b066ce

%36.36
%21.07
%42.56

CMYK Percentages of Color #b066ce

%15
%50
%0
%19

Triadic Colors of #b066ce

#b066ce #ceb066 #66ceb0

Analogous Colors of #b066ce

#b066ce #ce66b8 #7c66ce

Monochromatic Colors of #b066ce

#b066ce

Complementary Color

#b066ce #84ce66

#b066ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b066ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b066ce Color CSS Codes

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

#b066ce Text Font Color

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

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


#b066ce Background Color

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

This div background color is #b066ce


#b066ce Border Color

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

This div border color is #b066ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b066ce


Comments

No comments written yet.

Please login to write comment.