Color Hex Logo

#d291df Color Hex

#D291DF
(210,145,223)
0 Favorites   0 Comments

Color spaces of #d291df

RGB 210145223
HSL0.810.550.72
HSV290°35°87°
CMYK 0.060.350.00   0.13
XYZ50.023039.280174.7574
Yxy39.28010.30490.2394
Hunter Lab62.673832.7902-26.8495
CIE-Lab68.953737.5095-29.9672

#d291df color RGB value is (210,145,223).

#d291df hex color red value is 210, green value is 145 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d291df hue: 0.81 , saturation: 0.55 and the lightness value of d291df is 0.72.

The process color (four color CMYK) of #d291df color hex is 0.06, 0.35, 0.00, 0.13. Web safe color of #d291df is #cc99cc. Color #d291df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010001 11011111
Octal 322 221 337
Decimal 210 145 223
Hex D2 91 DF

RGB Percentages of Color #d291df

%36.33
%25.09
%38.58

CMYK Percentages of Color #d291df

%6
%35
%0
%13

Triadic Colors of #d291df

#d291df #dfd291 #91dfd2

Analogous Colors of #d291df

#d291df #df91c5 #ab91df

Monochromatic Colors of #d291df

#d291df

Complementary Color

#d291df #9edf91

#d291df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d291df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d291df Color CSS Codes

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

#d291df Text Font Color

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

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


#d291df Background Color

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

This div background color is #d291df


#d291df Border Color

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

This div border color is #d291df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(210,145,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d291df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d291df;
  -webkit-box-shadow: 1px 1px 3px 2px #d291df;
  box-shadow:         1px 1px 3px 2px #d291df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,145,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d291df


Comments

No comments written yet.

Please login to write comment.