Color Hex Logo

#d143af Color Hex

#D143AF
(209,67,175)
0 Favorites   0 Comments

Color spaces of #d143af

RGB 20967175
HSL0.870.610.54
HSV314°68°82°
CMYK 0.000.680.16   0.18
XYZ36.039520.664842.6466
Yxy20.66480.36270.2080
Hunter Lab45.458661.9622-23.8015
CIE-Lab52.580766.2894-28.0891

#d143af color RGB value is (209,67,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000011 10101111
Octal 321 103 257
Decimal 209 67 175
Hex D1 43 AF

RGB Percentages of Color #d143af

%46.34
%14.86
%38.80

CMYK Percentages of Color #d143af

%0
%68
%16
%18

Triadic Colors of #d143af

#d143af #afd143 #43afd1

Analogous Colors of #d143af

#d143af #d14368 #ac43d1

Monochromatic Colors of #d143af

#d143af

Complementary Color

#d143af #43d165

#d143af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d143af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d143af Color CSS Codes

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

#d143af Text Font Color

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

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


#d143af Background Color

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

This div background color is #d143af


#d143af Border Color

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

This div border color is #d143af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d143af


Comments

No comments written yet.

Please login to write comment.