Color Hex Logo

#d7c3ff Color Hex

#D7C3FF
(215,195,255)
0 Favorites   0 Comments

Color spaces of #d7c3ff

RGB 215195255
HSL0.721.000.88
HSV260°24°100°
CMYK 0.160.240.00   0.00
XYZ65.589460.6973102.8666
Yxy60.69730.28620.2649
Hunter Lab77.908513.9353-23.7477
CIE-Lab82.215718.4997-26.9088

#d7c3ff color RGB value is (215,195,255).

#d7c3ff hex color red value is 215, green value is 195 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d7c3ff hue: 0.72 , saturation: 1.00 and the lightness value of d7c3ff is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11000011 11111111
Octal 327 303 377
Decimal 215 195 255
Hex D7 C3 FF

RGB Percentages of Color #d7c3ff

%32.33
%29.32
%38.35

CMYK Percentages of Color #d7c3ff

%16
%24
%0
%0

Triadic Colors of #d7c3ff

#d7c3ff #ffd7c3 #c3ffd7

Analogous Colors of #d7c3ff

#d7c3ff #f5c3ff #c3cdff

Monochromatic Colors of #d7c3ff

#d7c3ff

Complementary Color

#d7c3ff #ebffc3

#d7c3ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c3ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c3ff Color CSS Codes

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

#d7c3ff Text Font Color

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

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


#d7c3ff Background Color

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

This div background color is #d7c3ff


#d7c3ff Border Color

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

This div border color is #d7c3ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c3ff

Related Colors

#d7c3ff Color Palettes


Comments

No comments written yet.

Please login to write comment.