Color Hex Logo

#dfcaff Color Hex

#DFCAFF
(223,202,255)
0 Favorites   0 Comments

Color spaces of #dfcaff

RGB 223202255
HSL0.731.000.90
HSV264°21°100°
CMYK 0.130.210.00   0.00
XYZ69.602065.1490103.5143
Yxy65.14900.29210.2734
Hunter Lab80.714912.6728-19.5371
CIE-Lab84.560517.2258-23.2772

#dfcaff color RGB value is (223,202,255).

#dfcaff hex color red value is 223, green value is 202 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dfcaff hue: 0.73 , saturation: 1.00 and the lightness value of dfcaff is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001010 11111111
Octal 337 312 377
Decimal 223 202 255
Hex DF CA FF

RGB Percentages of Color #dfcaff

%32.79
%29.71
%37.50

CMYK Percentages of Color #dfcaff

%13
%21
%0
%0

Triadic Colors of #dfcaff

#dfcaff #ffdfca #caffdf

Analogous Colors of #dfcaff

#dfcaff #facaff #cad0ff

Monochromatic Colors of #dfcaff

#dfcaff

Complementary Color

#dfcaff #eaffca

#dfcaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcaff Color CSS Codes

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

#dfcaff Text Font Color

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

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


#dfcaff Background Color

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

This div background color is #dfcaff


#dfcaff Border Color

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

This div border color is #dfcaff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,202,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfcaff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfcaff;
  -webkit-box-shadow: 1px 1px 3px 2px #dfcaff;
  box-shadow:         1px 1px 3px 2px #dfcaff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,202,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcaff

Related Colors

#dfcaff Color Palettes


Comments

No comments written yet.

Please login to write comment.