Color Hex Logo

#bb64df Color Hex

#BB64DF
(187,100,223)
0 Favorites   0 Comments

Color spaces of #bb64df

RGB 187100223
HSL0.780.660.63
HSV282°55°87°
CMYK 0.160.550.00   0.13
XYZ38.370025.006972.6165
Yxy25.00690.28210.1839
Hunter Lab50.006949.4499-51.0919
CIE-Lab57.082154.5248-48.7347

#bb64df color RGB value is (187,100,223).

#bb64df hex color red value is 187, green value is 100 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bb64df hue: 0.78 , saturation: 0.66 and the lightness value of bb64df is 0.63.

The process color (four color CMYK) of #bb64df color hex is 0.16, 0.55, 0.00, 0.13. Web safe color of #bb64df is #cc66cc. Color #bb64df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100100 11011111
Octal 273 144 337
Decimal 187 100 223
Hex BB 64 DF

RGB Percentages of Color #bb64df

%36.67
%19.61
%43.73

CMYK Percentages of Color #bb64df

%16
%55
%0
%13

Triadic Colors of #bb64df

#bb64df #dfbb64 #64dfbb

Analogous Colors of #bb64df

#bb64df #df64c6 #7e64df

Monochromatic Colors of #bb64df

#bb64df

Complementary Color

#bb64df #88df64

#bb64df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb64df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb64df Color CSS Codes

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

#bb64df Text Font Color

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

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


#bb64df Background Color

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

This div background color is #bb64df


#bb64df Border Color

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

This div border color is #bb64df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,100,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb64df


Comments

No comments written yet.

Please login to write comment.