Color Hex Logo

#b066ec Color Hex

#B066EC
(176,102,236)
0 Favorites   0 Comments

Color spaces of #b066ec

RGB 176102236
HSL0.760.780.66
HSV273°57°93°
CMYK 0.250.570.00   0.07
XYZ37.796224.789082.1496
Yxy24.78900.26110.1713
Hunter Lab49.788648.3755-62.9747
CIE-Lab56.869353.5911-56.4362

#b066ec color RGB value is (176,102,236).

#b066ec hex color red value is 176, green value is 102 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b066ec hue: 0.76 , saturation: 0.78 and the lightness value of b066ec is 0.66.

The process color (four color CMYK) of #b066ec color hex is 0.25, 0.57, 0.00, 0.07. Web safe color of #b066ec is #9966ff. Color #b066ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100110 11101100
Octal 260 146 354
Decimal 176 102 236
Hex B0 66 EC

RGB Percentages of Color #b066ec

%34.24
%19.84
%45.91

CMYK Percentages of Color #b066ec

%25
%57
%0
%7

Triadic Colors of #b066ec

#b066ec #ecb066 #66ecb0

Analogous Colors of #b066ec

#b066ec #ec66e5 #6d66ec

Monochromatic Colors of #b066ec

#b066ec

Complementary Color

#b066ec #a2ec66

#b066ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b066ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b066ec Color CSS Codes

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

#b066ec Text Font Color

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

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


#b066ec Background Color

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

This div background color is #b066ec


#b066ec Border Color

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

This div border color is #b066ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b066ec


Comments

No comments written yet.

Please login to write comment.