Color Hex Logo

#d4bafb Color Hex

#D4BAFB
(212,186,251)
0 Favorites   0 Comments

Color spaces of #d4bafb

RGB 212186251
HSL0.730.890.86
HSV264°26°98°
CMYK 0.160.260.00   0.02
XYZ62.122956.079998.8171
Yxy56.07990.28630.2584
Hunter Lab74.886517.0252-25.8160
CIE-Lab79.659321.5937-28.7068

#d4bafb color RGB value is (212,186,251).

#d4bafb hex color red value is 212, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d4bafb hue: 0.73 , saturation: 0.89 and the lightness value of d4bafb is 0.86.

The process color (four color CMYK) of #d4bafb color hex is 0.16, 0.26, 0.00, 0.02. Web safe color of #d4bafb is #ccccff. Color #d4bafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10111010 11111011
Octal 324 272 373
Decimal 212 186 251
Hex D4 BA FB

RGB Percentages of Color #d4bafb

%32.67
%28.66
%38.67

CMYK Percentages of Color #d4bafb

%16
%26
%0
%2

Triadic Colors of #d4bafb

#d4bafb #fbd4ba #bafbd4

Analogous Colors of #d4bafb

#d4bafb #f5bafb #bac1fb

Monochromatic Colors of #d4bafb

#d4bafb

Complementary Color

#d4bafb #e1fbba

#d4bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4bafb Color CSS Codes

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

#d4bafb Text Font Color

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

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


#d4bafb Background Color

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

This div background color is #d4bafb


#d4bafb Border Color

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

This div border color is #d4bafb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,186,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4bafb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4bafb;
  -webkit-box-shadow: 1px 1px 3px 2px #d4bafb;
  box-shadow:         1px 1px 3px 2px #d4bafb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,186,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4bafb


Comments

No comments written yet.

Please login to write comment.