Color Hex Logo

#d143cc Color Hex

#D143CC
(209,67,204)
0 Favorites   0 Comments

Color spaces of #d143cc

RGB 20967204
HSL0.840.610.54
HSV302°68°82°
CMYK 0.000.680.02   0.18
XYZ39.200721.929359.2934
Yxy21.92930.32550.1821
Hunter Lab46.828767.4735-42.2914
CIE-Lab53.951970.6650-42.7155

#d143cc color RGB value is (209,67,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000011 11001100
Octal 321 103 314
Decimal 209 67 204
Hex D1 43 CC

RGB Percentages of Color #d143cc

%43.54
%13.96
%42.50

CMYK Percentages of Color #d143cc

%0
%68
%2
%18

Triadic Colors of #d143cc

#d143cc #ccd143 #43ccd1

Analogous Colors of #d143cc

#d143cc #d14385 #8f43d1

Monochromatic Colors of #d143cc

#d143cc

Complementary Color

#d143cc #43d148

#d143cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d143cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d143cc Color CSS Codes

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

#d143cc Text Font Color

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

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


#d143cc Background Color

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

This div background color is #d143cc


#d143cc Border Color

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

This div border color is #d143cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d143cc


Comments

No comments written yet.

Please login to write comment.