Color Hex Logo

#d2c6fc Color Hex

#D2C6FC
(210,198,252)
0 Favorites   0 Comments

Color spaces of #d2c6fc

RGB 210198252
HSL0.700.900.88
HSV253°21°99°
CMYK 0.170.210.00   0.01
XYZ64.343161.1181100.5012
Yxy61.11810.28480.2705
Hunter Lab78.178110.0997-21.4951
CIE-Lab82.442214.7072-25.0025

#d2c6fc color RGB value is (210,198,252).

#d2c6fc hex color red value is 210, green value is 198 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d2c6fc hue: 0.70 , saturation: 0.90 and the lightness value of d2c6fc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11000110 11111100
Octal 322 306 374
Decimal 210 198 252
Hex D2 C6 FC

RGB Percentages of Color #d2c6fc

%31.82
%30.00
%38.18

CMYK Percentages of Color #d2c6fc

%17
%21
%0
%1

Triadic Colors of #d2c6fc

#d2c6fc #fcd2c6 #c6fcd2

Analogous Colors of #d2c6fc

#d2c6fc #edc6fc #c6d5fc

Monochromatic Colors of #d2c6fc

#d2c6fc

Complementary Color

#d2c6fc #f0fcc6

#d2c6fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2c6fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2c6fc Color CSS Codes

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

#d2c6fc Text Font Color

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

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


#d2c6fc Background Color

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

This div background color is #d2c6fc


#d2c6fc Border Color

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

This div border color is #d2c6fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,198,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d2c6fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d2c6fc;
  -webkit-box-shadow: 1px 1px 3px 2px #d2c6fc;
  box-shadow:         1px 1px 3px 2px #d2c6fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,198,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2c6fc


Comments

No comments written yet.

Please login to write comment.