Color Hex Logo

#bf63da Color Hex

#BF63DA
(191,99,218)
0 Favorites   0 Comments

Color spaces of #bf63da

RGB 19199218
HSL0.800.620.62
HSV286°55°85°
CMYK 0.120.550.00   0.15
XYZ38.602625.062069.1325
Yxy25.06200.29070.1887
Hunter Lab50.062050.0323-46.8325
CIE-Lab57.135855.0388-45.8018

#bf63da color RGB value is (191,99,218).

#bf63da hex color red value is 191, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bf63da hue: 0.80 , saturation: 0.62 and the lightness value of bf63da is 0.62.

The process color (four color CMYK) of #bf63da color hex is 0.12, 0.55, 0.00, 0.15. Web safe color of #bf63da is #cc66cc. Color #bf63da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100011 11011010
Octal 277 143 332
Decimal 191 99 218
Hex BF 63 DA

RGB Percentages of Color #bf63da

%37.60
%19.49
%42.91

CMYK Percentages of Color #bf63da

%12
%55
%0
%15

Triadic Colors of #bf63da

#bf63da #dabf63 #63dabf

Analogous Colors of #bf63da

#bf63da #da63ba #8463da

Monochromatic Colors of #bf63da

#bf63da

Complementary Color

#bf63da #7eda63

#bf63da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf63da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf63da Color CSS Codes

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

#bf63da Text Font Color

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

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


#bf63da Background Color

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

This div background color is #bf63da


#bf63da Border Color

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

This div border color is #bf63da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf63da


Comments

No comments written yet.

Please login to write comment.