Color Hex Logo

#bf94dc Color Hex

#BF94DC
(191,148,220)
0 Favorites   0 Comments

Color spaces of #bf94dc

RGB 191148220
HSL0.770.510.72
HSV276°33°86°
CMYK 0.130.330.00   0.14
XYZ44.994037.423572.5622
Yxy37.42350.29030.2415
Hunter Lab61.174724.2309-27.5043
CIE-Lab67.593629.3635-30.5680

#bf94dc color RGB value is (191,148,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010100 11011100
Octal 277 224 334
Decimal 191 148 220
Hex BF 94 DC

RGB Percentages of Color #bf94dc

%34.17
%26.48
%39.36

CMYK Percentages of Color #bf94dc

%13
%33
%0
%14

Triadic Colors of #bf94dc

#bf94dc #dcbf94 #94dcbf

Analogous Colors of #bf94dc

#bf94dc #dc94d5 #9b94dc

Monochromatic Colors of #bf94dc

#bf94dc

Complementary Color

#bf94dc #b1dc94

#bf94dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf94dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf94dc Color CSS Codes

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

#bf94dc Text Font Color

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

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


#bf94dc Background Color

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

This div background color is #bf94dc


#bf94dc Border Color

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

This div border color is #bf94dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf94dc


Comments

No comments written yet.

Please login to write comment.