Color Hex Logo

#d141df Color Hex

#D141DF
(209,65,223)
0 Favorites   0 Comments

Color spaces of #d141df

RGB 20965223
HSL0.820.710.56
HSV295°71°87°
CMYK 0.060.710.00   0.13
XYZ41.504122.663671.9990
Yxy22.66360.30480.1664
Hunter Lab47.606372.3087-56.3448
CIE-Lab54.724174.4878-52.3036

#d141df color RGB value is (209,65,223).

#d141df hex color red value is 209, green value is 65 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d141df hue: 0.82 , saturation: 0.71 and the lightness value of d141df is 0.56.

The process color (four color CMYK) of #d141df color hex is 0.06, 0.71, 0.00, 0.13. Web safe color of #d141df is #cc33cc. Color #d141df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000001 11011111
Octal 321 101 337
Decimal 209 65 223
Hex D1 41 DF

RGB Percentages of Color #d141df

%42.05
%13.08
%44.87

CMYK Percentages of Color #d141df

%6
%71
%0
%13

Triadic Colors of #d141df

#d141df #dfd141 #41dfd1

Analogous Colors of #d141df

#d141df #df419e #8241df

Monochromatic Colors of #d141df

#d141df

Complementary Color

#d141df #4fdf41

#d141df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d141df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d141df Color CSS Codes

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

#d141df Text Font Color

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

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


#d141df Background Color

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

This div background color is #d141df


#d141df Border Color

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

This div border color is #d141df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d141df


Comments

No comments written yet.

Please login to write comment.