Color Hex Logo

#ddbcfd Color Hex

#DDBCFD
(221,188,253)
0 Favorites   0 Comments

Color spaces of #ddbcfd

RGB 221188253
HSL0.750.940.86
HSV270°26°99°
CMYK 0.130.260.00   0.01
XYZ65.531658.4304100.7528
Yxy58.43040.29160.2600
Hunter Lab76.439819.2579-24.6404
CIE-Lab80.977523.7072-27.6902

#ddbcfd color RGB value is (221,188,253).

#ddbcfd hex color red value is 221, green value is 188 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ddbcfd hue: 0.75 , saturation: 0.94 and the lightness value of ddbcfd is 0.86.

The process color (four color CMYK) of #ddbcfd color hex is 0.13, 0.26, 0.00, 0.01. Web safe color of #ddbcfd is #ccccff. Color #ddbcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111100 11111101
Octal 335 274 375
Decimal 221 188 253
Hex DD BC FD

RGB Percentages of Color #ddbcfd

%33.38
%28.40
%38.22

CMYK Percentages of Color #ddbcfd

%13
%26
%0
%1

Triadic Colors of #ddbcfd

#ddbcfd #fdddbc #bcfddd

Analogous Colors of #ddbcfd

#ddbcfd #fdbcfd #bdbcfd

Monochromatic Colors of #ddbcfd

#ddbcfd

Complementary Color

#ddbcfd #dcfdbc

#ddbcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbcfd Color CSS Codes

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

#ddbcfd Text Font Color

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

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


#ddbcfd Background Color

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

This div background color is #ddbcfd


#ddbcfd Border Color

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

This div border color is #ddbcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbcfd


Comments

No comments written yet.

Please login to write comment.