Color Hex Logo

#b566ec Color Hex

#B566EC
(181,102,236)
0 Favorites   0 Comments

Color spaces of #b566ec

RGB 181102236
HSL0.760.780.66
HSV275°57°93°
CMYK 0.230.570.00   0.07
XYZ38.947725.382682.2034
Yxy25.38260.26580.1732
Hunter Lab50.381149.8244-61.4725
CIE-Lab57.446354.8004-55.4810

#b566ec color RGB value is (181,102,236).

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

The process color (four color CMYK) of #b566ec color hex is 0.23, 0.57, 0.00, 0.07. Web safe color of #b566ec is #cc66ff. Color #b566ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100110 11101100
Octal 265 146 354
Decimal 181 102 236
Hex B5 66 EC

RGB Percentages of Color #b566ec

%34.87
%19.65
%45.47

CMYK Percentages of Color #b566ec

%23
%57
%0
%7

Triadic Colors of #b566ec

#b566ec #ecb566 #66ecb5

Analogous Colors of #b566ec

#b566ec #ec66e0 #7266ec

Monochromatic Colors of #b566ec

#b566ec

Complementary Color

#b566ec #9dec66

#b566ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b566ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b566ec Color CSS Codes

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

#b566ec Text Font Color

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

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


#b566ec Background Color

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

This div background color is #b566ec


#b566ec Border Color

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

This div border color is #b566ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b566ec


Comments

No comments written yet.

Please login to write comment.