Color Hex Logo

#bfa2db Color Hex

#BFA2DB
(191,162,219)
0 Favorites   0 Comments

Color spaces of #bfa2db

RGB 191162219
HSL0.750.440.75
HSV271°26°86°
CMYK 0.130.260.00   0.14
XYZ47.192442.031572.6434
Yxy42.03150.29150.2597
Hunter Lab64.831716.4785-21.0518
CIE-Lab70.892621.3893-24.9451

#bfa2db color RGB value is (191,162,219).

#bfa2db hex color red value is 191, green value is 162 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bfa2db hue: 0.75 , saturation: 0.44 and the lightness value of bfa2db is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100010 11011011
Octal 277 242 333
Decimal 191 162 219
Hex BF A2 DB

RGB Percentages of Color #bfa2db

%33.39
%28.32
%38.29

CMYK Percentages of Color #bfa2db

%13
%26
%0
%14

Triadic Colors of #bfa2db

#bfa2db #dbbfa2 #a2dbbf

Analogous Colors of #bfa2db

#bfa2db #dba2db #a3a2db

Monochromatic Colors of #bfa2db

#bfa2db

Complementary Color

#bfa2db #bedba2

#bfa2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa2db Color CSS Codes

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

#bfa2db Text Font Color

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

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


#bfa2db Background Color

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

This div background color is #bfa2db


#bfa2db Border Color

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

This div border color is #bfa2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa2db


Comments

No comments written yet.

Please login to write comment.