Color Hex Logo

#d0caff Color Hex

#D0CAFF
(208,202,255)
0 Favorites   0 Comments

Color spaces of #d0caff

RGB 208202255
HSL0.691.000.90
HSV247°21°100°
CMYK 0.180.210.00   0.00
XYZ65.183062.8710103.3075
Yxy62.87100.28170.2717
Hunter Lab79.29127.9800-21.7443
CIE-Lab83.374512.5908-25.1910

#d0caff color RGB value is (208,202,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001010 11111111
Octal 320 312 377
Decimal 208 202 255
Hex D0 CA FF

RGB Percentages of Color #d0caff

%31.28
%30.38
%38.35

CMYK Percentages of Color #d0caff

%18
%21
%0
%0

Triadic Colors of #d0caff

#d0caff #ffd0ca #caffd0

Analogous Colors of #d0caff

#d0caff #ebcaff #cadfff

Monochromatic Colors of #d0caff

#d0caff

Complementary Color

#d0caff #f9ffca

#d0caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0caff Color CSS Codes

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

#d0caff Text Font Color

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

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


#d0caff Background Color

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

This div background color is #d0caff


#d0caff Border Color

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

This div border color is #d0caff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,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 #d0caff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0caff


Comments

No comments written yet.

Please login to write comment.