Color Hex Logo

#d399da Color Hex

#D399DA
(211,153,218)
0 Favorites   0 Comments

Color spaces of #d399da

RGB 211153218
HSL0.820.470.73
HSV294°30°85°
CMYK 0.030.300.00   0.15
XYZ50.910141.693371.6940
Yxy41.69330.30990.2538
Hunter Lab64.570327.7391-20.6319
CIE-Lab70.658932.5316-24.5833

#d399da color RGB value is (211,153,218).

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

The process color (four color CMYK) of #d399da color hex is 0.03, 0.30, 0.00, 0.15. Web safe color of #d399da is #cc99cc. Color #d399da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011001 11011010
Octal 323 231 332
Decimal 211 153 218
Hex D3 99 DA

RGB Percentages of Color #d399da

%36.25
%26.29
%37.46

CMYK Percentages of Color #d399da

%3
%30
%0
%15

Triadic Colors of #d399da

#d399da #dad399 #99dad3

Analogous Colors of #d399da

#d399da #da99c1 #b399da

Monochromatic Colors of #d399da

#d399da

Complementary Color

#d399da #a0da99

#d399da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d399da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d399da Color CSS Codes

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

#d399da Text Font Color

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

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


#d399da Background Color

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

This div background color is #d399da


#d399da Border Color

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

This div border color is #d399da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d399da


Comments

No comments written yet.

Please login to write comment.