Color Hex Logo

#bf93bc Color Hex

#BF93BC
(191,147,188)
0 Favorites   0 Comments

Color spaces of #bf93bc

RGB 191147188
HSL0.840.260.66
HSV304°23°75°
CMYK 0.000.230.02   0.25
XYZ40.996735.574652.2828
Yxy35.57460.31820.2761
Hunter Lab59.644418.3145-10.2210
CIE-Lab66.193623.4983-14.9005

#bf93bc color RGB value is (191,147,188).

#bf93bc hex color red value is 191, green value is 147 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #bf93bc hue: 0.84 , saturation: 0.26 and the lightness value of bf93bc is 0.66.

The process color (four color CMYK) of #bf93bc color hex is 0.00, 0.23, 0.02, 0.25. Web safe color of #bf93bc is #cc99cc. Color #bf93bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010011 10111100
Octal 277 223 274
Decimal 191 147 188
Hex BF 93 BC

RGB Percentages of Color #bf93bc

%36.31
%27.95
%35.74

CMYK Percentages of Color #bf93bc

%0
%23
%2
%25

Triadic Colors of #bf93bc

#bf93bc #bcbf93 #93bcbf

Analogous Colors of #bf93bc

#bf93bc #bf93a6 #ac93bf

Monochromatic Colors of #bf93bc

#bf93bc

Complementary Color

#bf93bc #93bf96

#bf93bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf93bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf93bc Color CSS Codes

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

#bf93bc Text Font Color

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

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


#bf93bc Background Color

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

This div background color is #bf93bc


#bf93bc Border Color

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

This div border color is #bf93bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf93bc


Comments

No comments written yet.

Please login to write comment.