Color Hex Logo

#d143ad Color Hex

#D143AD
(209,67,173)
0 Favorites   0 Comments

Color spaces of #d143ad

RGB 20967173
HSL0.880.610.54
HSV315°68°82°
CMYK 0.000.680.17   0.18
XYZ35.844520.586741.6196
Yxy20.58670.36560.2100
Hunter Lab45.372661.6137-22.6251
CIE-Lab52.494266.0084-27.0540

#d143ad color RGB value is (209,67,173).

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

The process color (four color CMYK) of #d143ad color hex is 0.00, 0.68, 0.17, 0.18. Web safe color of #d143ad is #cc3399. Color #d143ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000011 10101101
Octal 321 103 255
Decimal 209 67 173
Hex D1 43 AD

RGB Percentages of Color #d143ad

%46.55
%14.92
%38.53

CMYK Percentages of Color #d143ad

%0
%68
%17
%18

Triadic Colors of #d143ad

#d143ad #add143 #43add1

Analogous Colors of #d143ad

#d143ad #d14366 #ae43d1

Monochromatic Colors of #d143ad

#d143ad

Complementary Color

#d143ad #43d167

#d143ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d143ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d143ad Color CSS Codes

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

#d143ad Text Font Color

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

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


#d143ad Background Color

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

This div background color is #d143ad


#d143ad Border Color

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

This div border color is #d143ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d143ad


Comments

No comments written yet.

Please login to write comment.