Color Hex Logo

#b663be Color Hex

#B663BE
(182,99,190)
0 Favorites   0 Comments

Color spaces of #b663be

RGB 18299190
HSL0.820.410.57
HSV295°48°75°
CMYK 0.040.480.00   0.25
XYZ33.047522.586551.3330
Yxy22.58650.30900.2112
Hunter Lab47.525340.9538-30.7727
CIE-Lab54.643847.0909-33.8597

#b663be color RGB value is (182,99,190).

#b663be hex color red value is 182, green value is 99 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b663be hue: 0.82 , saturation: 0.41 and the lightness value of b663be is 0.57.

The process color (four color CMYK) of #b663be color hex is 0.04, 0.48, 0.00, 0.25. Web safe color of #b663be is #cc66cc. Color #b663be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100011 10111110
Octal 266 143 276
Decimal 182 99 190
Hex B6 63 BE

RGB Percentages of Color #b663be

%38.64
%21.02
%40.34

CMYK Percentages of Color #b663be

%4
%48
%0
%25

Triadic Colors of #b663be

#b663be #beb663 #63beb6

Analogous Colors of #b663be

#b663be #be6399 #8963be

Monochromatic Colors of #b663be

#b663be

Complementary Color

#b663be #6bbe63

#b663be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b663be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b663be Color CSS Codes

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

#b663be Text Font Color

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

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


#b663be Background Color

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

This div background color is #b663be


#b663be Border Color

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

This div border color is #b663be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b663be


Comments

No comments written yet.

Please login to write comment.