Color Hex Logo

#d3cafb Color Hex

#D3CAFB
(211,202,251)
0 Favorites   0 Comments

Color spaces of #d3cafb

RGB 211202251
HSL0.700.860.89
HSV251°20°98°
CMYK 0.160.200.00   0.02
XYZ65.397163.055099.9908
Yxy63.05500.28630.2760
Hunter Lab79.40728.0441-19.0739
CIE-Lab83.471312.6556-22.8979

#d3cafb color RGB value is (211,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 11001010 11111011
Octal 323 312 373
Decimal 211 202 251
Hex D3 CA FB

RGB Percentages of Color #d3cafb

%31.78
%30.42
%37.80

CMYK Percentages of Color #d3cafb

%16
%20
%0
%2

Triadic Colors of #d3cafb

#d3cafb #fbd3ca #cafbd3

Analogous Colors of #d3cafb

#d3cafb #eccafb #cadafb

Monochromatic Colors of #d3cafb

#d3cafb

Complementary Color

#d3cafb #f2fbca

#d3cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3cafb Color CSS Codes

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

#d3cafb Text Font Color

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

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


#d3cafb Background Color

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

This div background color is #d3cafb


#d3cafb Border Color

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

This div border color is #d3cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3cafb


Comments

No comments written yet.

Please login to write comment.