Color Hex Logo

#d394dc Color Hex

#D394DC
(211,148,220)
0 Favorites   0 Comments

Color spaces of #d394dc

RGB 211148220
HSL0.810.510.72
HSV293°33°86°
CMYK 0.040.330.00   0.14
XYZ50.372140.196072.8138
Yxy40.19600.30830.2460
Hunter Lab63.400330.8692-23.7130
CIE-Lab69.608935.6222-27.2950

#d394dc color RGB value is (211,148,220).

#d394dc hex color red value is 211, green value is 148 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d394dc hue: 0.81 , saturation: 0.51 and the lightness value of d394dc is 0.72.

The process color (four color CMYK) of #d394dc color hex is 0.04, 0.33, 0.00, 0.14. Web safe color of #d394dc is #cc99cc. Color #d394dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010100 11011100
Octal 323 224 334
Decimal 211 148 220
Hex D3 94 DC

RGB Percentages of Color #d394dc

%36.44
%25.56
%38.00

CMYK Percentages of Color #d394dc

%4
%33
%0
%14

Triadic Colors of #d394dc

#d394dc #dcd394 #94dcd3

Analogous Colors of #d394dc

#d394dc #dc94c1 #af94dc

Monochromatic Colors of #d394dc

#d394dc

Complementary Color

#d394dc #9ddc94

#d394dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d394dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d394dc Color CSS Codes

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

#d394dc Text Font Color

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

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


#d394dc Background Color

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

This div background color is #d394dc


#d394dc Border Color

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

This div border color is #d394dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,148,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d394dc


Comments

No comments written yet.

Please login to write comment.