Color Hex Logo

#b663ee Color Hex

#B663EE
(182,99,238)
0 Favorites   0 Comments

Color spaces of #b663ee

RGB 18299238
HSL0.770.800.66
HSV276°58°93°
CMYK 0.240.580.00   0.07
XYZ39.185925.041883.6572
Yxy25.04180.26500.1693
Hunter Lab50.041852.2037-64.0886
CIE-Lab57.116156.9792-57.1176

#b663ee color RGB value is (182,99,238).

#b663ee hex color red value is 182, green value is 99 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #b663ee hue: 0.77 , saturation: 0.80 and the lightness value of b663ee is 0.66.

The process color (four color CMYK) of #b663ee color hex is 0.24, 0.58, 0.00, 0.07. Web safe color of #b663ee is #cc66ff. Color #b663ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100011 11101110
Octal 266 143 356
Decimal 182 99 238
Hex B6 63 EE

RGB Percentages of Color #b663ee

%35.07
%19.08
%45.86

CMYK Percentages of Color #b663ee

%24
%58
%0
%7

Triadic Colors of #b663ee

#b663ee #eeb663 #63eeb6

Analogous Colors of #b663ee

#b663ee #ee63e1 #7163ee

Monochromatic Colors of #b663ee

#b663ee

Complementary Color

#b663ee #9bee63

#b663ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b663ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#b663ee Color CSS Codes

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

#b663ee Text Font Color

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

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


#b663ee Background Color

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

This div background color is #b663ee


#b663ee Border Color

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

This div border color is #b663ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,99,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b663ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b663ee;
  -webkit-box-shadow: 1px 1px 3px 2px #b663ee;
  box-shadow:         1px 1px 3px 2px #b663ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,99,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b663ee


Comments

No comments written yet.

Please login to write comment.