Color Hex Logo

#d399fc Color Hex

#D399FC
(211,153,252)
0 Favorites   0 Comments

Color spaces of #d399fc

RGB 211153252
HSL0.760.940.79
HSV275°39°99°
CMYK 0.160.390.00   0.01
XYZ55.825943.659697.5803
Yxy43.65960.28330.2215
Hunter Lab66.075435.1794-41.3068
CIE-Lab72.000439.4196-41.1005

#d399fc color RGB value is (211,153,252).

#d399fc hex color red value is 211, green value is 153 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d399fc hue: 0.76 , saturation: 0.94 and the lightness value of d399fc is 0.79.

The process color (four color CMYK) of #d399fc color hex is 0.16, 0.39, 0.00, 0.01. Web safe color of #d399fc is #cc99ff. Color #d399fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10011001 11111100
Octal 323 231 374
Decimal 211 153 252
Hex D3 99 FC

RGB Percentages of Color #d399fc

%34.25
%24.84
%40.91

CMYK Percentages of Color #d399fc

%16
%39
%0
%1

Triadic Colors of #d399fc

#d399fc #fcd399 #99fcd3

Analogous Colors of #d399fc

#d399fc #fc99f4 #a299fc

Monochromatic Colors of #d399fc

#d399fc

Complementary Color

#d399fc #c2fc99

#d399fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d399fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d399fc Color CSS Codes

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

#d399fc Text Font Color

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

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


#d399fc Background Color

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

This div background color is #d399fc


#d399fc Border Color

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

This div border color is #d399fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d399fc

Related Colors


Comments

No comments written yet.

Please login to write comment.