Color Hex Logo

#bf4efd Color Hex

#BF4EFD
(191,78,253)
0 Favorites   0 Comments

Color spaces of #bf4efd

RGB 19178253
HSL0.770.980.65
HSV279°69°99°
CMYK 0.250.690.00   0.01
XYZ41.939923.617095.2766
Yxy23.61700.26080.1468
Hunter Lab48.597369.0017-82.2218
CIE-Lab55.702371.5948-67.6712

#bf4efd color RGB value is (191,78,253).

#bf4efd hex color red value is 191, green value is 78 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bf4efd hue: 0.77 , saturation: 0.98 and the lightness value of bf4efd is 0.65.

The process color (four color CMYK) of #bf4efd color hex is 0.25, 0.69, 0.00, 0.01. Web safe color of #bf4efd is #cc66ff. Color #bf4efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001110 11111101
Octal 277 116 375
Decimal 191 78 253
Hex BF 4E FD

RGB Percentages of Color #bf4efd

%36.59
%14.94
%48.47

CMYK Percentages of Color #bf4efd

%25
%69
%0
%1

Triadic Colors of #bf4efd

#bf4efd #fdbf4e #4efdbf

Analogous Colors of #bf4efd

#bf4efd #fd4ee4 #684efd

Monochromatic Colors of #bf4efd

#bf4efd

Complementary Color

#bf4efd #8cfd4e

#bf4efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4efd Color CSS Codes

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

#bf4efd Text Font Color

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

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


#bf4efd Background Color

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

This div background color is #bf4efd


#bf4efd Border Color

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

This div border color is #bf4efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4efd


Comments

No comments written yet.

Please login to write comment.