Color Hex Logo

#d399dc Color Hex

#D399DC
(211,153,220)
0 Favorites   0 Comments

Color spaces of #d399dc

RGB 211153220
HSL0.810.490.73
HSV292°30°86°
CMYK 0.040.300.00   0.14
XYZ51.173541.798773.0810
Yxy41.79870.30820.2517
Hunter Lab64.651928.1461-21.7637
CIE-Lab70.731932.9162-25.5724

#d399dc color RGB value is (211,153,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011001 11011100
Octal 323 231 334
Decimal 211 153 220
Hex D3 99 DC

RGB Percentages of Color #d399dc

%36.13
%26.20
%37.67

CMYK Percentages of Color #d399dc

%4
%30
%0
%14

Triadic Colors of #d399dc

#d399dc #dcd399 #99dcd3

Analogous Colors of #d399dc

#d399dc #dc99c4 #b299dc

Monochromatic Colors of #d399dc

#d399dc

Complementary Color

#d399dc #a2dc99

#d399dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d399dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d399dc Color CSS Codes

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

#d399dc Text Font Color

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

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


#d399dc Background Color

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

This div background color is #d399dc


#d399dc Border Color

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

This div border color is #d399dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d399dc


Comments

No comments written yet.

Please login to write comment.