Color Hex Logo

#d142df Color Hex

#D142DF
(209,66,223)
0 Favorites   0 Comments

Color spaces of #d142df

RGB 20966223
HSL0.820.710.57
HSV295°70°87°
CMYK 0.060.700.00   0.13
XYZ41.562022.779572.0184
Yxy22.77950.30480.1671
Hunter Lab47.727971.9161-56.0554
CIE-Lab54.844574.1454-52.1117

#d142df color RGB value is (209,66,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000010 11011111
Octal 321 102 337
Decimal 209 66 223
Hex D1 42 DF

RGB Percentages of Color #d142df

%41.97
%13.25
%44.78

CMYK Percentages of Color #d142df

%6
%70
%0
%13

Triadic Colors of #d142df

#d142df #dfd142 #42dfd1

Analogous Colors of #d142df

#d142df #df429f #8342df

Monochromatic Colors of #d142df

#d142df

Complementary Color

#d142df #50df42

#d142df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d142df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d142df Color CSS Codes

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

#d142df Text Font Color

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

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


#d142df Background Color

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

This div background color is #d142df


#d142df Border Color

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

This div border color is #d142df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d142df


Comments

No comments written yet.

Please login to write comment.