Color Hex Logo

#bfb2dc Color Hex

#BFB2DC
(191,178,220)
0 Favorites   0 Comments

Color spaces of #bfb2dc

RGB 191178220
HSL0.720.380.78
HSV259°19°86°
CMYK 0.130.190.00   0.14
XYZ50.324548.084574.3390
Yxy48.08450.29130.2784
Hunter Lab69.34308.1931-15.0216
CIE-Lab74.878212.7822-19.4227

#bfb2dc color RGB value is (191,178,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10110010 11011100
Octal 277 262 334
Decimal 191 178 220
Hex BF B2 DC

RGB Percentages of Color #bfb2dc

%32.43
%30.22
%37.35

CMYK Percentages of Color #bfb2dc

%13
%19
%0
%14

Triadic Colors of #bfb2dc

#bfb2dc #dcbfb2 #b2dcbf

Analogous Colors of #bfb2dc

#bfb2dc #d4b2dc #b2badc

Monochromatic Colors of #bfb2dc

#bfb2dc

Complementary Color

#bfb2dc #cfdcb2

#bfb2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfb2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfb2dc Color CSS Codes

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

#bfb2dc Text Font Color

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

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


#bfb2dc Background Color

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

This div background color is #bfb2dc


#bfb2dc Border Color

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

This div border color is #bfb2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfb2dc


Comments

No comments written yet.

Please login to write comment.