Color Hex Logo

#d142cc Color Hex

#D142CC
(209,66,204)
0 Favorites   0 Comments

Color spaces of #d142cc

RGB 20966204
HSL0.840.610.54
HSV302°68°82°
CMYK 0.000.680.02   0.18
XYZ39.141821.811459.2738
Yxy21.81140.32560.1814
Hunter Lab46.702767.8723-42.5574
CIE-Lab53.826371.0198-42.9141

#d142cc color RGB value is (209,66,204).

#d142cc hex color red value is 209, green value is 66 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d142cc hue: 0.84 , saturation: 0.61 and the lightness value of d142cc is 0.54.

The process color (four color CMYK) of #d142cc color hex is 0.00, 0.68, 0.02, 0.18. Web safe color of #d142cc is #cc33cc. Color #d142cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000010 11001100
Octal 321 102 314
Decimal 209 66 204
Hex D1 42 CC

RGB Percentages of Color #d142cc

%43.63
%13.78
%42.59

CMYK Percentages of Color #d142cc

%0
%68
%2
%18

Triadic Colors of #d142cc

#d142cc #ccd142 #42ccd1

Analogous Colors of #d142cc

#d142cc #d14285 #8f42d1

Monochromatic Colors of #d142cc

#d142cc

Complementary Color

#d142cc #42d147

#d142cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d142cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d142cc Color CSS Codes

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

#d142cc Text Font Color

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

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


#d142cc Background Color

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

This div background color is #d142cc


#d142cc Border Color

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

This div border color is #d142cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,66,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d142cc


Comments

No comments written yet.

Please login to write comment.