Color Hex Logo

#d14acd Color Hex

#D14ACD
(209,74,205)
0 Favorites   0 Comments

Color spaces of #d14acd

RGB 20974205
HSL0.840.590.55
HSV302°65°82°
CMYK 0.000.650.02   0.18
XYZ39.762722.860660.0744
Yxy22.86060.32410.1863
Hunter Lab47.812864.7743-41.0261
CIE-Lab54.928568.2258-41.7458

#d14acd color RGB value is (209,74,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001010 11001101
Octal 321 112 315
Decimal 209 74 205
Hex D1 4A CD

RGB Percentages of Color #d14acd

%42.83
%15.16
%42.01

CMYK Percentages of Color #d14acd

%0
%65
%2
%18

Triadic Colors of #d14acd

#d14acd #cdd14a #4acdd1

Analogous Colors of #d14acd

#d14acd #d14a8a #924ad1

Monochromatic Colors of #d14acd

#d14acd

Complementary Color

#d14acd #4ad14e

#d14acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14acd Color CSS Codes

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

#d14acd Text Font Color

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

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


#d14acd Background Color

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

This div background color is #d14acd


#d14acd Border Color

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

This div border color is #d14acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14acd


Comments

No comments written yet.

Please login to write comment.