Color Hex Logo

#d149cd Color Hex

#D149CD
(209,73,205)
0 Favorites   0 Comments

Color spaces of #d149cd

RGB 20973205
HSL0.840.600.55
HSV302°65°82°
CMYK 0.000.650.02   0.18
XYZ39.696522.728260.0523
Yxy22.72820.32410.1856
Hunter Lab47.674165.2008-41.3123
CIE-Lab54.791368.6096-41.9622

#d149cd color RGB value is (209,73,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001001 11001101
Octal 321 111 315
Decimal 209 73 205
Hex D1 49 CD

RGB Percentages of Color #d149cd

%42.92
%14.99
%42.09

CMYK Percentages of Color #d149cd

%0
%65
%2
%18

Triadic Colors of #d149cd

#d149cd #cdd149 #49cdd1

Analogous Colors of #d149cd

#d149cd #d14989 #9149d1

Monochromatic Colors of #d149cd

#d149cd

Complementary Color

#d149cd #49d14d

#d149cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d149cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d149cd Color CSS Codes

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

#d149cd Text Font Color

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

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


#d149cd Background Color

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

This div background color is #d149cd


#d149cd Border Color

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

This div border color is #d149cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d149cd


Comments

No comments written yet.

Please login to write comment.