Color Hex Logo

#bf93ec Color Hex

#BF93EC
(191,147,236)
0 Favorites   0 Comments

Color spaces of #bf93ec

RGB 191147236
HSL0.750.700.75
HSV270°38°93°
CMYK 0.190.380.00   0.07
XYZ47.059937.999984.2113
Yxy37.99990.27800.2245
Hunter Lab61.644128.3922-37.8446
CIE-Lab68.020533.3981-38.7204

#bf93ec color RGB value is (191,147,236).

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

The process color (four color CMYK) of #bf93ec color hex is 0.19, 0.38, 0.00, 0.07. Web safe color of #bf93ec is #cc99ff. Color #bf93ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010011 11101100
Octal 277 223 354
Decimal 191 147 236
Hex BF 93 EC

RGB Percentages of Color #bf93ec

%33.28
%25.61
%41.11

CMYK Percentages of Color #bf93ec

%19
%38
%0
%7

Triadic Colors of #bf93ec

#bf93ec #ecbf93 #93ecbf

Analogous Colors of #bf93ec

#bf93ec #ec93ec #9394ec

Monochromatic Colors of #bf93ec

#bf93ec

Complementary Color

#bf93ec #c0ec93

#bf93ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf93ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf93ec Color CSS Codes

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

#bf93ec Text Font Color

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

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


#bf93ec Background Color

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

This div background color is #bf93ec


#bf93ec Border Color

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

This div border color is #bf93ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf93ec


Comments

No comments written yet.

Please login to write comment.