Color Hex Logo

#bf93dc Color Hex

#BF93DC
(191,147,220)
0 Favorites   0 Comments

Color spaces of #bf93dc

RGB 191147220
HSL0.770.510.72
HSV276°33°86°
CMYK 0.130.330.00   0.14
XYZ44.837837.111172.5101
Yxy37.11110.29030.2403
Hunter Lab60.918924.7724-27.9281
CIE-Lab67.360329.9175-30.9284

#bf93dc color RGB value is (191,147,220).

#bf93dc hex color red value is 191, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bf93dc hue: 0.77 , saturation: 0.51 and the lightness value of bf93dc is 0.72.

The process color (four color CMYK) of #bf93dc color hex is 0.13, 0.33, 0.00, 0.14. Web safe color of #bf93dc is #cc99cc. Color #bf93dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010011 11011100
Octal 277 223 334
Decimal 191 147 220
Hex BF 93 DC

RGB Percentages of Color #bf93dc

%34.23
%26.34
%39.43

CMYK Percentages of Color #bf93dc

%13
%33
%0
%14

Triadic Colors of #bf93dc

#bf93dc #dcbf93 #93dcbf

Analogous Colors of #bf93dc

#bf93dc #dc93d5 #9b93dc

Monochromatic Colors of #bf93dc

#bf93dc

Complementary Color

#bf93dc #b0dc93

#bf93dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf93dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf93dc Color CSS Codes

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

#bf93dc Text Font Color

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

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


#bf93dc Background Color

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

This div background color is #bf93dc


#bf93dc Border Color

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

This div border color is #bf93dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf93dc


Comments

No comments written yet.

Please login to write comment.