Color Hex Logo

#ddbaf8 Color Hex

#DDBAF8
(221,186,248)
0 Favorites   0 Comments

Color spaces of #ddbaf8

RGB 221186248
HSL0.760.820.85
HSV274°25°97°
CMYK 0.110.250.00   0.03
XYZ64.321057.267396.4705
Yxy57.26730.29500.2626
Hunter Lab75.675219.2867-22.6101
CIE-Lab80.329723.7625-26.0058

#ddbaf8 color RGB value is (221,186,248).

#ddbaf8 hex color red value is 221, green value is 186 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #ddbaf8 hue: 0.76 , saturation: 0.82 and the lightness value of ddbaf8 is 0.85.

The process color (four color CMYK) of #ddbaf8 color hex is 0.11, 0.25, 0.00, 0.03. Web safe color of #ddbaf8 is #ccccff. Color #ddbaf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 11111000
Octal 335 272 370
Decimal 221 186 248
Hex DD BA F8

RGB Percentages of Color #ddbaf8

%33.74
%28.40
%37.86

CMYK Percentages of Color #ddbaf8

%11
%25
%0
%3

Triadic Colors of #ddbaf8

#ddbaf8 #f8ddba #baf8dd

Analogous Colors of #ddbaf8

#ddbaf8 #f8baf4 #bebaf8

Monochromatic Colors of #ddbaf8

#ddbaf8

Complementary Color

#ddbaf8 #d5f8ba

#ddbaf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaf8 Color CSS Codes

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

#ddbaf8 Text Font Color

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

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


#ddbaf8 Background Color

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

This div background color is #ddbaf8


#ddbaf8 Border Color

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

This div border color is #ddbaf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaf8

Related Colors


Comments

No comments written yet.

Please login to write comment.