Color Hex Logo

#bf6efd Color Hex

#BF6EFD
(191,110,253)
0 Favorites   0 Comments

Color spaces of #bf6efd

RGB 191110253
HSL0.760.970.71
HSV274°57°99°
CMYK 0.250.570.00   0.01
XYZ44.791429.320196.2271
Yxy29.32010.26300.1721
Hunter Lab54.148052.8966-67.4613
CIE-Lab61.063156.9263-59.0624

#bf6efd color RGB value is (191,110,253).

#bf6efd hex color red value is 191, green value is 110 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bf6efd hue: 0.76 , saturation: 0.97 and the lightness value of bf6efd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101110 11111101
Octal 277 156 375
Decimal 191 110 253
Hex BF 6E FD

RGB Percentages of Color #bf6efd

%34.48
%19.86
%45.67

CMYK Percentages of Color #bf6efd

%25
%57
%0
%1

Triadic Colors of #bf6efd

#bf6efd #fdbf6e #6efdbf

Analogous Colors of #bf6efd

#bf6efd #fd6ef4 #786efd

Monochromatic Colors of #bf6efd

#bf6efd

Complementary Color

#bf6efd #acfd6e

#bf6efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6efd Color CSS Codes

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

#bf6efd Text Font Color

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

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


#bf6efd Background Color

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

This div background color is #bf6efd


#bf6efd Border Color

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

This div border color is #bf6efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6efd


Comments

No comments written yet.

Please login to write comment.