Color Hex Logo

#d147df Color Hex

#D147DF
(209,71,223)
0 Favorites   0 Comments

Color spaces of #d147df

RGB 20971223
HSL0.820.700.58
HSV294°68°87°
CMYK 0.060.680.00   0.13
XYZ41.867023.389572.1200
Yxy23.38950.30480.1703
Hunter Lab48.362769.8906-54.5613
CIE-Lab55.471372.3697-51.1129

#d147df color RGB value is (209,71,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000111 11011111
Octal 321 107 337
Decimal 209 71 223
Hex D1 47 DF

RGB Percentages of Color #d147df

%41.55
%14.12
%44.33

CMYK Percentages of Color #d147df

%6
%68
%0
%13

Triadic Colors of #d147df

#d147df #dfd147 #47dfd1

Analogous Colors of #d147df

#d147df #df47a1 #8547df

Monochromatic Colors of #d147df

#d147df

Complementary Color

#d147df #55df47

#d147df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d147df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d147df Color CSS Codes

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

#d147df Text Font Color

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

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


#d147df Background Color

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

This div background color is #d147df


#d147df Border Color

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

This div border color is #d147df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d147df


Comments

No comments written yet.

Please login to write comment.