Color Hex Logo

#bf9efd Color Hex

#BF9EFD
(191,158,253)
0 Favorites   0 Comments

Color spaces of #bf9efd

RGB 191158253
HSL0.720.960.81
HSV261°38°99°
CMYK 0.250.380.00   0.01
XYZ51.442342.621998.4441
Yxy42.62190.26720.2214
Hunter Lab65.285526.4013-43.7037
CIE-Lab71.297631.1889-42.8795

#bf9efd color RGB value is (191,158,253).

#bf9efd hex color red value is 191, green value is 158 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #bf9efd hue: 0.72 , saturation: 0.96 and the lightness value of bf9efd is 0.81.

The process color (four color CMYK) of #bf9efd color hex is 0.25, 0.38, 0.00, 0.01. Web safe color of #bf9efd is #cc99ff. Color #bf9efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011110 11111101
Octal 277 236 375
Decimal 191 158 253
Hex BF 9E FD

RGB Percentages of Color #bf9efd

%31.73
%26.25
%42.03

CMYK Percentages of Color #bf9efd

%25
%38
%0
%1

Triadic Colors of #bf9efd

#bf9efd #fdbf9e #9efdbf

Analogous Colors of #bf9efd

#bf9efd #ef9efd #9eadfd

Monochromatic Colors of #bf9efd

#bf9efd

Complementary Color

#bf9efd #dcfd9e

#bf9efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9efd Color CSS Codes

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

#bf9efd Text Font Color

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

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


#bf9efd Background Color

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

This div background color is #bf9efd


#bf9efd Border Color

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

This div border color is #bf9efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9efd


Comments

No comments written yet.

Please login to write comment.