Color Hex Logo

#d147cd Color Hex

#D147CD
(209,71,205)
0 Favorites   0 Comments

Color spaces of #d147cd

RGB 20971205
HSL0.840.600.55
HSV302°66°82°
CMYK 0.000.660.02   0.18
XYZ39.567222.469660.0092
Yxy22.46960.32420.1841
Hunter Lab47.402166.0427-41.8773
CIE-Lab54.521869.3650-42.3876

#d147cd color RGB value is (209,71,205).

#d147cd hex color red value is 209, green value is 71 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #d147cd hue: 0.84 , saturation: 0.60 and the lightness value of d147cd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01000111 11001101
Octal 321 107 315
Decimal 209 71 205
Hex D1 47 CD

RGB Percentages of Color #d147cd

%43.09
%14.64
%42.27

CMYK Percentages of Color #d147cd

%0
%66
%2
%18

Triadic Colors of #d147cd

#d147cd #cdd147 #47cdd1

Analogous Colors of #d147cd

#d147cd #d14788 #9047d1

Monochromatic Colors of #d147cd

#d147cd

Complementary Color

#d147cd #47d14b

#d147cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d147cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d147cd Color CSS Codes

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

#d147cd Text Font Color

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

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


#d147cd Background Color

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

This div background color is #d147cd


#d147cd Border Color

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

This div border color is #d147cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d147cd


Comments

No comments written yet.

Please login to write comment.