Color Hex Logo

#bf93ef Color Hex

#BF93EF
(191,147,239)
0 Favorites   0 Comments

Color spaces of #bf93ef

RGB 191147239
HSL0.750.740.76
HSV269°38°94°
CMYK 0.200.380.00   0.06
XYZ47.499638.175886.5265
Yxy38.17580.27580.2217
Hunter Lab61.786629.0988-39.7797
CIE-Lab68.150034.0683-40.1644

#bf93ef color RGB value is (191,147,239).

#bf93ef hex color red value is 191, green value is 147 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bf93ef hue: 0.75 , saturation: 0.74 and the lightness value of bf93ef is 0.76.

The process color (four color CMYK) of #bf93ef color hex is 0.20, 0.38, 0.00, 0.06. Web safe color of #bf93ef is #cc99ff. Color #bf93ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010011 11101111
Octal 277 223 357
Decimal 191 147 239
Hex BF 93 EF

RGB Percentages of Color #bf93ef

%33.10
%25.48
%41.42

CMYK Percentages of Color #bf93ef

%20
%38
%0
%6

Triadic Colors of #bf93ef

#bf93ef #efbf93 #93efbf

Analogous Colors of #bf93ef

#bf93ef #ed93ef #9395ef

Monochromatic Colors of #bf93ef

#bf93ef

Complementary Color

#bf93ef #c3ef93

#bf93ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf93ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf93ef Color CSS Codes

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

#bf93ef Text Font Color

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

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


#bf93ef Background Color

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

This div background color is #bf93ef


#bf93ef Border Color

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

This div border color is #bf93ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf93ef


Comments

No comments written yet.

Please login to write comment.