Color Hex Logo

#b664be Color Hex

#B664BE
(182,100,190)
0 Favorites   0 Comments

Color spaces of #b664be

RGB 182100190
HSL0.820.410.57
HSV295°47°75°
CMYK 0.040.470.00   0.25
XYZ33.142822.777151.3648
Yxy22.77710.30890.2123
Hunter Lab47.725440.4397-30.4036
CIE-Lab54.842046.5744-33.5502

#b664be color RGB value is (182,100,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01100100 10111110
Octal 266 144 276
Decimal 182 100 190
Hex B6 64 BE

RGB Percentages of Color #b664be

%38.56
%21.19
%40.25

CMYK Percentages of Color #b664be

%4
%47
%0
%25

Triadic Colors of #b664be

#b664be #beb664 #64beb6

Analogous Colors of #b664be

#b664be #be6499 #8964be

Monochromatic Colors of #b664be

#b664be

Complementary Color

#b664be #6cbe64

#b664be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b664be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b664be Color CSS Codes

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

#b664be Text Font Color

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

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


#b664be Background Color

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

This div background color is #b664be


#b664be Border Color

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

This div border color is #b664be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b664be


Comments

No comments written yet.

Please login to write comment.